@khanacademy/wonder-blocks-button 6.3.9 → 6.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3325 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Button <Link tabIndex={-1}> 1`] = `
4
- <div>
5
- <button
6
- aria-disabled="false"
7
- class=""
8
- role="button"
9
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255);"
10
- tabindex="-1"
11
- type="button"
12
- >
13
- <span
14
- class=""
15
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
16
- >
17
- Click me
18
- </span>
19
- </button>
20
- </div>
21
- `;
22
-
23
- exports[`Button <Link tabIndex={0}> 1`] = `
24
- <div>
25
- <button
26
- aria-disabled="false"
27
- class=""
28
- role="button"
29
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255);"
30
- tabindex="0"
31
- type="button"
32
- >
33
- <span
34
- class=""
35
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
36
- >
37
- Click me
38
- </span>
39
- </button>
40
- </div>
41
- `;
42
-
43
- exports[`Button <Link tabIndex={1}> 1`] = `
44
- <div>
45
- <button
46
- aria-disabled="false"
47
- class=""
48
- role="button"
49
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255);"
50
- tabindex="1"
51
- type="button"
52
- >
53
- <span
54
- class=""
55
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
56
- >
57
- Click me
58
- </span>
59
- </button>
60
- </div>
61
- `;
62
-
63
- exports[`ButtonCore kind:primary color:default size:large light:false disabled 1`] = `
64
- <div>
65
- <button
66
- aria-disabled="true"
67
- aria-label=""
68
- class=""
69
- role="button"
70
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
71
- tabindex="-1"
72
- type="button"
73
- >
74
- <span
75
- class=""
76
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
77
- >
78
- Click me
79
- </span>
80
- </button>
81
- </div>
82
- `;
83
-
84
- exports[`ButtonCore kind:primary color:default size:large light:false focused 1`] = `
85
- <div>
86
- <button
87
- aria-disabled="false"
88
- aria-label=""
89
- class=""
90
- role="button"
91
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
92
- tabindex="0"
93
- type="button"
94
- >
95
- <span
96
- class=""
97
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
98
- >
99
- Click me
100
- </span>
101
- </button>
102
- </div>
103
- `;
104
-
105
- exports[`ButtonCore kind:primary color:default size:large light:false hovered 1`] = `
106
- <div>
107
- <button
108
- aria-disabled="false"
109
- aria-label=""
110
- class=""
111
- role="button"
112
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
113
- tabindex="0"
114
- type="button"
115
- >
116
- <span
117
- class=""
118
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
119
- >
120
- Click me
121
- </span>
122
- </button>
123
- </div>
124
- `;
125
-
126
- exports[`ButtonCore kind:primary color:default size:large light:false pressed 1`] = `
127
- <div>
128
- <button
129
- aria-disabled="false"
130
- aria-label=""
131
- class=""
132
- role="button"
133
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1b50b3;"
134
- tabindex="0"
135
- type="button"
136
- >
137
- <span
138
- class=""
139
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
140
- >
141
- Click me
142
- </span>
143
- </button>
144
- </div>
145
- `;
146
-
147
- exports[`ButtonCore kind:primary color:default size:large light:true disabled 1`] = `
148
- <div>
149
- <button
150
- aria-disabled="true"
151
- aria-label=""
152
- class=""
153
- role="button"
154
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(24, 101, 242);"
155
- tabindex="-1"
156
- type="button"
157
- >
158
- <span
159
- class=""
160
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
161
- >
162
- Click me
163
- </span>
164
- </button>
165
- </div>
166
- `;
167
-
168
- exports[`ButtonCore kind:primary color:default size:large light:true focused 1`] = `
169
- <div>
170
- <button
171
- aria-disabled="false"
172
- aria-label=""
173
- class=""
174
- role="button"
175
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
176
- tabindex="0"
177
- type="button"
178
- >
179
- <span
180
- class=""
181
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
182
- >
183
- Click me
184
- </span>
185
- </button>
186
- </div>
187
- `;
188
-
189
- exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`] = `
190
- <div>
191
- <button
192
- aria-disabled="false"
193
- aria-label=""
194
- class=""
195
- role="button"
196
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
197
- tabindex="0"
198
- type="button"
199
- >
200
- <span
201
- class=""
202
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
203
- >
204
- Click me
205
- </span>
206
- </button>
207
- </div>
208
- `;
209
-
210
- exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`] = `
211
- <div>
212
- <button
213
- aria-disabled="false"
214
- aria-label=""
215
- class=""
216
- role="button"
217
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #b5cefb;"
218
- tabindex="0"
219
- type="button"
220
- >
221
- <span
222
- class=""
223
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
224
- >
225
- Click me
226
- </span>
227
- </button>
228
- </div>
229
- `;
230
-
231
- exports[`ButtonCore kind:primary color:default size:medium light:false disabled 1`] = `
232
- <div>
233
- <button
234
- aria-disabled="true"
235
- aria-label=""
236
- class=""
237
- role="button"
238
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
239
- tabindex="-1"
240
- type="button"
241
- >
242
- <span
243
- class=""
244
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
245
- >
246
- Click me
247
- </span>
248
- </button>
249
- </div>
250
- `;
251
-
252
- exports[`ButtonCore kind:primary color:default size:medium light:false focused 1`] = `
253
- <div>
254
- <button
255
- aria-disabled="false"
256
- aria-label=""
257
- class=""
258
- role="button"
259
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
260
- tabindex="0"
261
- type="button"
262
- >
263
- <span
264
- class=""
265
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
266
- >
267
- Click me
268
- </span>
269
- </button>
270
- </div>
271
- `;
272
-
273
- exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1`] = `
274
- <div>
275
- <button
276
- aria-disabled="false"
277
- aria-label=""
278
- class=""
279
- role="button"
280
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
281
- tabindex="0"
282
- type="button"
283
- >
284
- <span
285
- class=""
286
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
287
- >
288
- Click me
289
- </span>
290
- </button>
291
- </div>
292
- `;
293
-
294
- exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1`] = `
295
- <div>
296
- <button
297
- aria-disabled="false"
298
- aria-label=""
299
- class=""
300
- role="button"
301
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1b50b3;"
302
- tabindex="0"
303
- type="button"
304
- >
305
- <span
306
- class=""
307
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
308
- >
309
- Click me
310
- </span>
311
- </button>
312
- </div>
313
- `;
314
-
315
- exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1`] = `
316
- <div>
317
- <button
318
- aria-disabled="true"
319
- aria-label=""
320
- class=""
321
- role="button"
322
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(24, 101, 242);"
323
- tabindex="-1"
324
- type="button"
325
- >
326
- <span
327
- class=""
328
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
329
- >
330
- Click me
331
- </span>
332
- </button>
333
- </div>
334
- `;
335
-
336
- exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`] = `
337
- <div>
338
- <button
339
- aria-disabled="false"
340
- aria-label=""
341
- class=""
342
- role="button"
343
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
344
- tabindex="0"
345
- type="button"
346
- >
347
- <span
348
- class=""
349
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
350
- >
351
- Click me
352
- </span>
353
- </button>
354
- </div>
355
- `;
356
-
357
- exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`] = `
358
- <div>
359
- <button
360
- aria-disabled="false"
361
- aria-label=""
362
- class=""
363
- role="button"
364
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
365
- tabindex="0"
366
- type="button"
367
- >
368
- <span
369
- class=""
370
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
371
- >
372
- Click me
373
- </span>
374
- </button>
375
- </div>
376
- `;
377
-
378
- exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`] = `
379
- <div>
380
- <button
381
- aria-disabled="false"
382
- aria-label=""
383
- class=""
384
- role="button"
385
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #b5cefb;"
386
- tabindex="0"
387
- type="button"
388
- >
389
- <span
390
- class=""
391
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
392
- >
393
- Click me
394
- </span>
395
- </button>
396
- </div>
397
- `;
398
-
399
- exports[`ButtonCore kind:primary color:default size:small light:false disabled 1`] = `
400
- <div>
401
- <button
402
- aria-disabled="true"
403
- aria-label=""
404
- class=""
405
- role="button"
406
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
407
- tabindex="-1"
408
- type="button"
409
- >
410
- <span
411
- class=""
412
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
413
- >
414
- Click me
415
- </span>
416
- </button>
417
- </div>
418
- `;
419
-
420
- exports[`ButtonCore kind:primary color:default size:small light:false focused 1`] = `
421
- <div>
422
- <button
423
- aria-disabled="false"
424
- aria-label=""
425
- class=""
426
- role="button"
427
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
428
- tabindex="0"
429
- type="button"
430
- >
431
- <span
432
- class=""
433
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
434
- >
435
- Click me
436
- </span>
437
- </button>
438
- </div>
439
- `;
440
-
441
- exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`] = `
442
- <div>
443
- <button
444
- aria-disabled="false"
445
- aria-label=""
446
- class=""
447
- role="button"
448
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(24, 101, 242); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1865f2;"
449
- tabindex="0"
450
- type="button"
451
- >
452
- <span
453
- class=""
454
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
455
- >
456
- Click me
457
- </span>
458
- </button>
459
- </div>
460
- `;
461
-
462
- exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`] = `
463
- <div>
464
- <button
465
- aria-disabled="false"
466
- aria-label=""
467
- class=""
468
- role="button"
469
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1b50b3;"
470
- tabindex="0"
471
- type="button"
472
- >
473
- <span
474
- class=""
475
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
476
- >
477
- Click me
478
- </span>
479
- </button>
480
- </div>
481
- `;
482
-
483
- exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`] = `
484
- <div>
485
- <button
486
- aria-disabled="true"
487
- aria-label=""
488
- class=""
489
- role="button"
490
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(24, 101, 242);"
491
- tabindex="-1"
492
- type="button"
493
- >
494
- <span
495
- class=""
496
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
497
- >
498
- Click me
499
- </span>
500
- </button>
501
- </div>
502
- `;
503
-
504
- exports[`ButtonCore kind:primary color:default size:small light:true focused 1`] = `
505
- <div>
506
- <button
507
- aria-disabled="false"
508
- aria-label=""
509
- class=""
510
- role="button"
511
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
512
- tabindex="0"
513
- type="button"
514
- >
515
- <span
516
- class=""
517
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
518
- >
519
- Click me
520
- </span>
521
- </button>
522
- </div>
523
- `;
524
-
525
- exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`] = `
526
- <div>
527
- <button
528
- aria-disabled="false"
529
- aria-label=""
530
- class=""
531
- role="button"
532
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
533
- tabindex="0"
534
- type="button"
535
- >
536
- <span
537
- class=""
538
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
539
- >
540
- Click me
541
- </span>
542
- </button>
543
- </div>
544
- `;
545
-
546
- exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`] = `
547
- <div>
548
- <button
549
- aria-disabled="false"
550
- aria-label=""
551
- class=""
552
- role="button"
553
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #b5cefb;"
554
- tabindex="0"
555
- type="button"
556
- >
557
- <span
558
- class=""
559
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
560
- >
561
- Click me
562
- </span>
563
- </button>
564
- </div>
565
- `;
566
-
567
- exports[`ButtonCore kind:primary color:destructive size:large light:false disabled 1`] = `
568
- <div>
569
- <button
570
- aria-disabled="true"
571
- aria-label=""
572
- class=""
573
- role="button"
574
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
575
- tabindex="-1"
576
- type="button"
577
- >
578
- <span
579
- class=""
580
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
581
- >
582
- Click me
583
- </span>
584
- </button>
585
- </div>
586
- `;
587
-
588
- exports[`ButtonCore kind:primary color:destructive size:large light:false focused 1`] = `
589
- <div>
590
- <button
591
- aria-disabled="false"
592
- aria-label=""
593
- class=""
594
- role="button"
595
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
596
- tabindex="0"
597
- type="button"
598
- >
599
- <span
600
- class=""
601
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
602
- >
603
- Click me
604
- </span>
605
- </button>
606
- </div>
607
- `;
608
-
609
- exports[`ButtonCore kind:primary color:destructive size:large light:false hovered 1`] = `
610
- <div>
611
- <button
612
- aria-disabled="false"
613
- aria-label=""
614
- class=""
615
- role="button"
616
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
617
- tabindex="0"
618
- type="button"
619
- >
620
- <span
621
- class=""
622
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
623
- >
624
- Click me
625
- </span>
626
- </button>
627
- </div>
628
- `;
629
-
630
- exports[`ButtonCore kind:primary color:destructive size:large light:false pressed 1`] = `
631
- <div>
632
- <button
633
- aria-disabled="false"
634
- aria-label=""
635
- class=""
636
- role="button"
637
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #9e271d;"
638
- tabindex="0"
639
- type="button"
640
- >
641
- <span
642
- class=""
643
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
644
- >
645
- Click me
646
- </span>
647
- </button>
648
- </div>
649
- `;
650
-
651
- exports[`ButtonCore kind:primary color:destructive size:large light:true disabled 1`] = `
652
- <div>
653
- <button
654
- aria-disabled="true"
655
- aria-label=""
656
- class=""
657
- role="button"
658
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(217, 41, 22);"
659
- tabindex="-1"
660
- type="button"
661
- >
662
- <span
663
- class=""
664
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
665
- >
666
- Click me
667
- </span>
668
- </button>
669
- </div>
670
- `;
671
-
672
- exports[`ButtonCore kind:primary color:destructive size:large light:true focused 1`] = `
673
- <div>
674
- <button
675
- aria-disabled="false"
676
- aria-label=""
677
- class=""
678
- role="button"
679
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
680
- tabindex="0"
681
- type="button"
682
- >
683
- <span
684
- class=""
685
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
686
- >
687
- Click me
688
- </span>
689
- </button>
690
- </div>
691
- `;
692
-
693
- exports[`ButtonCore kind:primary color:destructive size:large light:true hovered 1`] = `
694
- <div>
695
- <button
696
- aria-disabled="false"
697
- aria-label=""
698
- class=""
699
- role="button"
700
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
701
- tabindex="0"
702
- type="button"
703
- >
704
- <span
705
- class=""
706
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
707
- >
708
- Click me
709
- </span>
710
- </button>
711
- </div>
712
- `;
713
-
714
- exports[`ButtonCore kind:primary color:destructive size:large light:true pressed 1`] = `
715
- <div>
716
- <button
717
- aria-disabled="false"
718
- aria-label=""
719
- class=""
720
- role="button"
721
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4;"
722
- tabindex="0"
723
- type="button"
724
- >
725
- <span
726
- class=""
727
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
728
- >
729
- Click me
730
- </span>
731
- </button>
732
- </div>
733
- `;
734
-
735
- exports[`ButtonCore kind:primary color:destructive size:medium light:false disabled 1`] = `
736
- <div>
737
- <button
738
- aria-disabled="true"
739
- aria-label=""
740
- class=""
741
- role="button"
742
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
743
- tabindex="-1"
744
- type="button"
745
- >
746
- <span
747
- class=""
748
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
749
- >
750
- Click me
751
- </span>
752
- </button>
753
- </div>
754
- `;
755
-
756
- exports[`ButtonCore kind:primary color:destructive size:medium light:false focused 1`] = `
757
- <div>
758
- <button
759
- aria-disabled="false"
760
- aria-label=""
761
- class=""
762
- role="button"
763
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
764
- tabindex="0"
765
- type="button"
766
- >
767
- <span
768
- class=""
769
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
770
- >
771
- Click me
772
- </span>
773
- </button>
774
- </div>
775
- `;
776
-
777
- exports[`ButtonCore kind:primary color:destructive size:medium light:false hovered 1`] = `
778
- <div>
779
- <button
780
- aria-disabled="false"
781
- aria-label=""
782
- class=""
783
- role="button"
784
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
785
- tabindex="0"
786
- type="button"
787
- >
788
- <span
789
- class=""
790
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
791
- >
792
- Click me
793
- </span>
794
- </button>
795
- </div>
796
- `;
797
-
798
- exports[`ButtonCore kind:primary color:destructive size:medium light:false pressed 1`] = `
799
- <div>
800
- <button
801
- aria-disabled="false"
802
- aria-label=""
803
- class=""
804
- role="button"
805
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #9e271d;"
806
- tabindex="0"
807
- type="button"
808
- >
809
- <span
810
- class=""
811
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
812
- >
813
- Click me
814
- </span>
815
- </button>
816
- </div>
817
- `;
818
-
819
- exports[`ButtonCore kind:primary color:destructive size:medium light:true disabled 1`] = `
820
- <div>
821
- <button
822
- aria-disabled="true"
823
- aria-label=""
824
- class=""
825
- role="button"
826
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(217, 41, 22);"
827
- tabindex="-1"
828
- type="button"
829
- >
830
- <span
831
- class=""
832
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
833
- >
834
- Click me
835
- </span>
836
- </button>
837
- </div>
838
- `;
839
-
840
- exports[`ButtonCore kind:primary color:destructive size:medium light:true focused 1`] = `
841
- <div>
842
- <button
843
- aria-disabled="false"
844
- aria-label=""
845
- class=""
846
- role="button"
847
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
848
- tabindex="0"
849
- type="button"
850
- >
851
- <span
852
- class=""
853
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
854
- >
855
- Click me
856
- </span>
857
- </button>
858
- </div>
859
- `;
860
-
861
- exports[`ButtonCore kind:primary color:destructive size:medium light:true hovered 1`] = `
862
- <div>
863
- <button
864
- aria-disabled="false"
865
- aria-label=""
866
- class=""
867
- role="button"
868
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
869
- tabindex="0"
870
- type="button"
871
- >
872
- <span
873
- class=""
874
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
875
- >
876
- Click me
877
- </span>
878
- </button>
879
- </div>
880
- `;
881
-
882
- exports[`ButtonCore kind:primary color:destructive size:medium light:true pressed 1`] = `
883
- <div>
884
- <button
885
- aria-disabled="false"
886
- aria-label=""
887
- class=""
888
- role="button"
889
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4;"
890
- tabindex="0"
891
- type="button"
892
- >
893
- <span
894
- class=""
895
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
896
- >
897
- Click me
898
- </span>
899
- </button>
900
- </div>
901
- `;
902
-
903
- exports[`ButtonCore kind:primary color:destructive size:small light:false disabled 1`] = `
904
- <div>
905
- <button
906
- aria-disabled="true"
907
- aria-label=""
908
- class=""
909
- role="button"
910
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
911
- tabindex="-1"
912
- type="button"
913
- >
914
- <span
915
- class=""
916
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
917
- >
918
- Click me
919
- </span>
920
- </button>
921
- </div>
922
- `;
923
-
924
- exports[`ButtonCore kind:primary color:destructive size:small light:false focused 1`] = `
925
- <div>
926
- <button
927
- aria-disabled="false"
928
- aria-label=""
929
- class=""
930
- role="button"
931
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
932
- tabindex="0"
933
- type="button"
934
- >
935
- <span
936
- class=""
937
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
938
- >
939
- Click me
940
- </span>
941
- </button>
942
- </div>
943
- `;
944
-
945
- exports[`ButtonCore kind:primary color:destructive size:small light:false hovered 1`] = `
946
- <div>
947
- <button
948
- aria-disabled="false"
949
- aria-label=""
950
- class=""
951
- role="button"
952
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(217, 41, 22); color: rgb(255, 255, 255); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #d92916;"
953
- tabindex="0"
954
- type="button"
955
- >
956
- <span
957
- class=""
958
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
959
- >
960
- Click me
961
- </span>
962
- </button>
963
- </div>
964
- `;
965
-
966
- exports[`ButtonCore kind:primary color:destructive size:small light:false pressed 1`] = `
967
- <div>
968
- <button
969
- aria-disabled="false"
970
- aria-label=""
971
- class=""
972
- role="button"
973
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #9e271d;"
974
- tabindex="0"
975
- type="button"
976
- >
977
- <span
978
- class=""
979
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
980
- >
981
- Click me
982
- </span>
983
- </button>
984
- </div>
985
- `;
986
-
987
- exports[`ButtonCore kind:primary color:destructive size:small light:true disabled 1`] = `
988
- <div>
989
- <button
990
- aria-disabled="true"
991
- aria-label=""
992
- class=""
993
- role="button"
994
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(217, 41, 22);"
995
- tabindex="-1"
996
- type="button"
997
- >
998
- <span
999
- class=""
1000
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1001
- >
1002
- Click me
1003
- </span>
1004
- </button>
1005
- </div>
1006
- `;
1007
-
1008
- exports[`ButtonCore kind:primary color:destructive size:small light:true focused 1`] = `
1009
- <div>
1010
- <button
1011
- aria-disabled="false"
1012
- aria-label=""
1013
- class=""
1014
- role="button"
1015
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
1016
- tabindex="0"
1017
- type="button"
1018
- >
1019
- <span
1020
- class=""
1021
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1022
- >
1023
- Click me
1024
- </span>
1025
- </button>
1026
- </div>
1027
- `;
1028
-
1029
- exports[`ButtonCore kind:primary color:destructive size:small light:true hovered 1`] = `
1030
- <div>
1031
- <button
1032
- aria-disabled="false"
1033
- aria-label=""
1034
- class=""
1035
- role="button"
1036
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #ffffff;"
1037
- tabindex="0"
1038
- type="button"
1039
- >
1040
- <span
1041
- class=""
1042
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1043
- >
1044
- Click me
1045
- </span>
1046
- </button>
1047
- </div>
1048
- `;
1049
-
1050
- exports[`ButtonCore kind:primary color:destructive size:small light:true pressed 1`] = `
1051
- <div>
1052
- <button
1053
- aria-disabled="false"
1054
- aria-label=""
1055
- class=""
1056
- role="button"
1057
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); box-shadow: 0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4;"
1058
- tabindex="0"
1059
- type="button"
1060
- >
1061
- <span
1062
- class=""
1063
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1064
- >
1065
- Click me
1066
- </span>
1067
- </button>
1068
- </div>
1069
- `;
1070
-
1071
- exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
1072
- <div>
1073
- <button
1074
- aria-disabled="true"
1075
- aria-label="loading"
1076
- class=""
1077
- role="button"
1078
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
1079
- tabindex="-1"
1080
- type="button"
1081
- >
1082
- <span
1083
- class=""
1084
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden;"
1085
- >
1086
- Click me
1087
- </span>
1088
- <div
1089
- class=""
1090
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
1091
- >
1092
- <svg
1093
- data-testid="button-spinner"
1094
- height="24"
1095
- viewBox="0 0 24 24"
1096
- width="24"
1097
- xmlns="http://www.w3.org/2000/svg"
1098
- >
1099
- <path
1100
- class=""
1101
- d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
1102
- fill-rule="nonzero"
1103
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: #ffffff;"
1104
- />
1105
- </svg>
1106
- </div>
1107
- </button>
1108
- </div>
1109
- `;
1110
-
1111
- exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
1112
- <div>
1113
- <button
1114
- aria-disabled="true"
1115
- aria-label="loading"
1116
- class=""
1117
- role="button"
1118
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgba(33, 36, 44, 0.32); color: rgba(255, 255, 255, 0.64);"
1119
- tabindex="-1"
1120
- type="button"
1121
- >
1122
- <span
1123
- class=""
1124
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden;"
1125
- >
1126
- Click me
1127
- </span>
1128
- <div
1129
- class=""
1130
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
1131
- >
1132
- <svg
1133
- data-testid="button-spinner"
1134
- height="16"
1135
- viewBox="0 0 16 16"
1136
- width="16"
1137
- xmlns="http://www.w3.org/2000/svg"
1138
- >
1139
- <path
1140
- class=""
1141
- d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
1142
- fill-rule="nonzero"
1143
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: #ffffff;"
1144
- />
1145
- </svg>
1146
- </div>
1147
- </button>
1148
- </div>
1149
- `;
1150
-
1151
- exports[`ButtonCore kind:secondary color:default size:large light:false disabled 1`] = `
1152
- <div>
1153
- <button
1154
- aria-disabled="true"
1155
- aria-label=""
1156
- class=""
1157
- role="button"
1158
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1159
- tabindex="-1"
1160
- type="button"
1161
- >
1162
- <span
1163
- class=""
1164
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1165
- >
1166
- Click me
1167
- </span>
1168
- </button>
1169
- </div>
1170
- `;
1171
-
1172
- exports[`ButtonCore kind:secondary color:default size:large light:false focused 1`] = `
1173
- <div>
1174
- <button
1175
- aria-disabled="false"
1176
- aria-label=""
1177
- class=""
1178
- role="button"
1179
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1180
- tabindex="0"
1181
- type="button"
1182
- >
1183
- <span
1184
- class=""
1185
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1186
- >
1187
- Click me
1188
- </span>
1189
- </button>
1190
- </div>
1191
- `;
1192
-
1193
- exports[`ButtonCore kind:secondary color:default size:large light:false hovered 1`] = `
1194
- <div>
1195
- <button
1196
- aria-disabled="false"
1197
- aria-label=""
1198
- class=""
1199
- role="button"
1200
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1201
- tabindex="0"
1202
- type="button"
1203
- >
1204
- <span
1205
- class=""
1206
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1207
- >
1208
- Click me
1209
- </span>
1210
- </button>
1211
- </div>
1212
- `;
1213
-
1214
- exports[`ButtonCore kind:secondary color:default size:large light:false pressed 1`] = `
1215
- <div>
1216
- <button
1217
- aria-disabled="false"
1218
- aria-label=""
1219
- class=""
1220
- role="button"
1221
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(27, 80, 179); outline-style: solid; outline-width: 2px;"
1222
- tabindex="0"
1223
- type="button"
1224
- >
1225
- <span
1226
- class=""
1227
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1228
- >
1229
- Click me
1230
- </span>
1231
- </button>
1232
- </div>
1233
- `;
1234
-
1235
- exports[`ButtonCore kind:secondary color:default size:large light:true disabled 1`] = `
1236
- <div>
1237
- <button
1238
- aria-disabled="true"
1239
- aria-label=""
1240
- class=""
1241
- role="button"
1242
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251);"
1243
- tabindex="-1"
1244
- type="button"
1245
- >
1246
- <span
1247
- class=""
1248
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1249
- >
1250
- Click me
1251
- </span>
1252
- </button>
1253
- </div>
1254
- `;
1255
-
1256
- exports[`ButtonCore kind:secondary color:default size:large light:true focused 1`] = `
1257
- <div>
1258
- <button
1259
- aria-disabled="false"
1260
- aria-label=""
1261
- class=""
1262
- role="button"
1263
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1264
- tabindex="0"
1265
- type="button"
1266
- >
1267
- <span
1268
- class=""
1269
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1270
- >
1271
- Click me
1272
- </span>
1273
- </button>
1274
- </div>
1275
- `;
1276
-
1277
- exports[`ButtonCore kind:secondary color:default size:large light:true hovered 1`] = `
1278
- <div>
1279
- <button
1280
- aria-disabled="false"
1281
- aria-label=""
1282
- class=""
1283
- role="button"
1284
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1285
- tabindex="0"
1286
- type="button"
1287
- >
1288
- <span
1289
- class=""
1290
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1291
- >
1292
- Click me
1293
- </span>
1294
- </button>
1295
- </div>
1296
- `;
1297
-
1298
- exports[`ButtonCore kind:secondary color:default size:large light:true pressed 1`] = `
1299
- <div>
1300
- <button
1301
- aria-disabled="false"
1302
- aria-label=""
1303
- class=""
1304
- role="button"
1305
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251); outline-style: solid; outline-width: 2px;"
1306
- tabindex="0"
1307
- type="button"
1308
- >
1309
- <span
1310
- class=""
1311
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1312
- >
1313
- Click me
1314
- </span>
1315
- </button>
1316
- </div>
1317
- `;
1318
-
1319
- exports[`ButtonCore kind:secondary color:default size:medium light:false disabled 1`] = `
1320
- <div>
1321
- <button
1322
- aria-disabled="true"
1323
- aria-label=""
1324
- class=""
1325
- role="button"
1326
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1327
- tabindex="-1"
1328
- type="button"
1329
- >
1330
- <span
1331
- class=""
1332
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1333
- >
1334
- Click me
1335
- </span>
1336
- </button>
1337
- </div>
1338
- `;
1339
-
1340
- exports[`ButtonCore kind:secondary color:default size:medium light:false focused 1`] = `
1341
- <div>
1342
- <button
1343
- aria-disabled="false"
1344
- aria-label=""
1345
- class=""
1346
- role="button"
1347
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1348
- tabindex="0"
1349
- type="button"
1350
- >
1351
- <span
1352
- class=""
1353
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1354
- >
1355
- Click me
1356
- </span>
1357
- </button>
1358
- </div>
1359
- `;
1360
-
1361
- exports[`ButtonCore kind:secondary color:default size:medium light:false hovered 1`] = `
1362
- <div>
1363
- <button
1364
- aria-disabled="false"
1365
- aria-label=""
1366
- class=""
1367
- role="button"
1368
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1369
- tabindex="0"
1370
- type="button"
1371
- >
1372
- <span
1373
- class=""
1374
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1375
- >
1376
- Click me
1377
- </span>
1378
- </button>
1379
- </div>
1380
- `;
1381
-
1382
- exports[`ButtonCore kind:secondary color:default size:medium light:false pressed 1`] = `
1383
- <div>
1384
- <button
1385
- aria-disabled="false"
1386
- aria-label=""
1387
- class=""
1388
- role="button"
1389
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(27, 80, 179); outline-style: solid; outline-width: 2px;"
1390
- tabindex="0"
1391
- type="button"
1392
- >
1393
- <span
1394
- class=""
1395
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1396
- >
1397
- Click me
1398
- </span>
1399
- </button>
1400
- </div>
1401
- `;
1402
-
1403
- exports[`ButtonCore kind:secondary color:default size:medium light:true disabled 1`] = `
1404
- <div>
1405
- <button
1406
- aria-disabled="true"
1407
- aria-label=""
1408
- class=""
1409
- role="button"
1410
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251);"
1411
- tabindex="-1"
1412
- type="button"
1413
- >
1414
- <span
1415
- class=""
1416
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1417
- >
1418
- Click me
1419
- </span>
1420
- </button>
1421
- </div>
1422
- `;
1423
-
1424
- exports[`ButtonCore kind:secondary color:default size:medium light:true focused 1`] = `
1425
- <div>
1426
- <button
1427
- aria-disabled="false"
1428
- aria-label=""
1429
- class=""
1430
- role="button"
1431
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1432
- tabindex="0"
1433
- type="button"
1434
- >
1435
- <span
1436
- class=""
1437
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1438
- >
1439
- Click me
1440
- </span>
1441
- </button>
1442
- </div>
1443
- `;
1444
-
1445
- exports[`ButtonCore kind:secondary color:default size:medium light:true hovered 1`] = `
1446
- <div>
1447
- <button
1448
- aria-disabled="false"
1449
- aria-label=""
1450
- class=""
1451
- role="button"
1452
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1453
- tabindex="0"
1454
- type="button"
1455
- >
1456
- <span
1457
- class=""
1458
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1459
- >
1460
- Click me
1461
- </span>
1462
- </button>
1463
- </div>
1464
- `;
1465
-
1466
- exports[`ButtonCore kind:secondary color:default size:medium light:true pressed 1`] = `
1467
- <div>
1468
- <button
1469
- aria-disabled="false"
1470
- aria-label=""
1471
- class=""
1472
- role="button"
1473
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251); outline-style: solid; outline-width: 2px;"
1474
- tabindex="0"
1475
- type="button"
1476
- >
1477
- <span
1478
- class=""
1479
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1480
- >
1481
- Click me
1482
- </span>
1483
- </button>
1484
- </div>
1485
- `;
1486
-
1487
- exports[`ButtonCore kind:secondary color:default size:small light:false disabled 1`] = `
1488
- <div>
1489
- <button
1490
- aria-disabled="true"
1491
- aria-label=""
1492
- class=""
1493
- role="button"
1494
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1495
- tabindex="-1"
1496
- type="button"
1497
- >
1498
- <span
1499
- class=""
1500
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1501
- >
1502
- Click me
1503
- </span>
1504
- </button>
1505
- </div>
1506
- `;
1507
-
1508
- exports[`ButtonCore kind:secondary color:default size:small light:false focused 1`] = `
1509
- <div>
1510
- <button
1511
- aria-disabled="false"
1512
- aria-label=""
1513
- class=""
1514
- role="button"
1515
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1516
- tabindex="0"
1517
- type="button"
1518
- >
1519
- <span
1520
- class=""
1521
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1522
- >
1523
- Click me
1524
- </span>
1525
- </button>
1526
- </div>
1527
- `;
1528
-
1529
- exports[`ButtonCore kind:secondary color:default size:small light:false hovered 1`] = `
1530
- <div>
1531
- <button
1532
- aria-disabled="false"
1533
- aria-label=""
1534
- class=""
1535
- role="button"
1536
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(24, 101, 242); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(24, 101, 242); outline-style: solid; outline-width: 2px;"
1537
- tabindex="0"
1538
- type="button"
1539
- >
1540
- <span
1541
- class=""
1542
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1543
- >
1544
- Click me
1545
- </span>
1546
- </button>
1547
- </div>
1548
- `;
1549
-
1550
- exports[`ButtonCore kind:secondary color:default size:small light:false pressed 1`] = `
1551
- <div>
1552
- <button
1553
- aria-disabled="false"
1554
- aria-label=""
1555
- class=""
1556
- role="button"
1557
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(181, 206, 251); color: rgb(27, 80, 179); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(27, 80, 179); outline-style: solid; outline-width: 2px;"
1558
- tabindex="0"
1559
- type="button"
1560
- >
1561
- <span
1562
- class=""
1563
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1564
- >
1565
- Click me
1566
- </span>
1567
- </button>
1568
- </div>
1569
- `;
1570
-
1571
- exports[`ButtonCore kind:secondary color:default size:small light:true disabled 1`] = `
1572
- <div>
1573
- <button
1574
- aria-disabled="true"
1575
- aria-label=""
1576
- class=""
1577
- role="button"
1578
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251);"
1579
- tabindex="-1"
1580
- type="button"
1581
- >
1582
- <span
1583
- class=""
1584
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1585
- >
1586
- Click me
1587
- </span>
1588
- </button>
1589
- </div>
1590
- `;
1591
-
1592
- exports[`ButtonCore kind:secondary color:default size:small light:true focused 1`] = `
1593
- <div>
1594
- <button
1595
- aria-disabled="false"
1596
- aria-label=""
1597
- class=""
1598
- role="button"
1599
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1600
- tabindex="0"
1601
- type="button"
1602
- >
1603
- <span
1604
- class=""
1605
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1606
- >
1607
- Click me
1608
- </span>
1609
- </button>
1610
- </div>
1611
- `;
1612
-
1613
- exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1`] = `
1614
- <div>
1615
- <button
1616
- aria-disabled="false"
1617
- aria-label=""
1618
- class=""
1619
- role="button"
1620
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1621
- tabindex="0"
1622
- type="button"
1623
- >
1624
- <span
1625
- class=""
1626
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1627
- >
1628
- Click me
1629
- </span>
1630
- </button>
1631
- </div>
1632
- `;
1633
-
1634
- exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1`] = `
1635
- <div>
1636
- <button
1637
- aria-disabled="false"
1638
- aria-label=""
1639
- class=""
1640
- role="button"
1641
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(27, 80, 179); color: rgb(181, 206, 251); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(181, 206, 251); outline-style: solid; outline-width: 2px;"
1642
- tabindex="0"
1643
- type="button"
1644
- >
1645
- <span
1646
- class=""
1647
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1648
- >
1649
- Click me
1650
- </span>
1651
- </button>
1652
- </div>
1653
- `;
1654
-
1655
- exports[`ButtonCore kind:secondary color:destructive size:large light:false disabled 1`] = `
1656
- <div>
1657
- <button
1658
- aria-disabled="true"
1659
- aria-label=""
1660
- class=""
1661
- role="button"
1662
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1663
- tabindex="-1"
1664
- type="button"
1665
- >
1666
- <span
1667
- class=""
1668
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1669
- >
1670
- Click me
1671
- </span>
1672
- </button>
1673
- </div>
1674
- `;
1675
-
1676
- exports[`ButtonCore kind:secondary color:destructive size:large light:false focused 1`] = `
1677
- <div>
1678
- <button
1679
- aria-disabled="false"
1680
- aria-label=""
1681
- class=""
1682
- role="button"
1683
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
1684
- tabindex="0"
1685
- type="button"
1686
- >
1687
- <span
1688
- class=""
1689
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1690
- >
1691
- Click me
1692
- </span>
1693
- </button>
1694
- </div>
1695
- `;
1696
-
1697
- exports[`ButtonCore kind:secondary color:destructive size:large light:false hovered 1`] = `
1698
- <div>
1699
- <button
1700
- aria-disabled="false"
1701
- aria-label=""
1702
- class=""
1703
- role="button"
1704
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
1705
- tabindex="0"
1706
- type="button"
1707
- >
1708
- <span
1709
- class=""
1710
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1711
- >
1712
- Click me
1713
- </span>
1714
- </button>
1715
- </div>
1716
- `;
1717
-
1718
- exports[`ButtonCore kind:secondary color:destructive size:large light:false pressed 1`] = `
1719
- <div>
1720
- <button
1721
- aria-disabled="false"
1722
- aria-label=""
1723
- class=""
1724
- role="button"
1725
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(158, 39, 29); outline-style: solid; outline-width: 2px;"
1726
- tabindex="0"
1727
- type="button"
1728
- >
1729
- <span
1730
- class=""
1731
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1732
- >
1733
- Click me
1734
- </span>
1735
- </button>
1736
- </div>
1737
- `;
1738
-
1739
- exports[`ButtonCore kind:secondary color:destructive size:large light:true disabled 1`] = `
1740
- <div>
1741
- <button
1742
- aria-disabled="true"
1743
- aria-label=""
1744
- class=""
1745
- role="button"
1746
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180);"
1747
- tabindex="-1"
1748
- type="button"
1749
- >
1750
- <span
1751
- class=""
1752
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1753
- >
1754
- Click me
1755
- </span>
1756
- </button>
1757
- </div>
1758
- `;
1759
-
1760
- exports[`ButtonCore kind:secondary color:destructive size:large light:true focused 1`] = `
1761
- <div>
1762
- <button
1763
- aria-disabled="false"
1764
- aria-label=""
1765
- class=""
1766
- role="button"
1767
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1768
- tabindex="0"
1769
- type="button"
1770
- >
1771
- <span
1772
- class=""
1773
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1774
- >
1775
- Click me
1776
- </span>
1777
- </button>
1778
- </div>
1779
- `;
1780
-
1781
- exports[`ButtonCore kind:secondary color:destructive size:large light:true hovered 1`] = `
1782
- <div>
1783
- <button
1784
- aria-disabled="false"
1785
- aria-label=""
1786
- class=""
1787
- role="button"
1788
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1789
- tabindex="0"
1790
- type="button"
1791
- >
1792
- <span
1793
- class=""
1794
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1795
- >
1796
- Click me
1797
- </span>
1798
- </button>
1799
- </div>
1800
- `;
1801
-
1802
- exports[`ButtonCore kind:secondary color:destructive size:large light:true pressed 1`] = `
1803
- <div>
1804
- <button
1805
- aria-disabled="false"
1806
- aria-label=""
1807
- class=""
1808
- role="button"
1809
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px 0px 32px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180); outline-style: solid; outline-width: 2px;"
1810
- tabindex="0"
1811
- type="button"
1812
- >
1813
- <span
1814
- class=""
1815
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1816
- >
1817
- Click me
1818
- </span>
1819
- </button>
1820
- </div>
1821
- `;
1822
-
1823
- exports[`ButtonCore kind:secondary color:destructive size:medium light:false disabled 1`] = `
1824
- <div>
1825
- <button
1826
- aria-disabled="true"
1827
- aria-label=""
1828
- class=""
1829
- role="button"
1830
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1831
- tabindex="-1"
1832
- type="button"
1833
- >
1834
- <span
1835
- class=""
1836
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1837
- >
1838
- Click me
1839
- </span>
1840
- </button>
1841
- </div>
1842
- `;
1843
-
1844
- exports[`ButtonCore kind:secondary color:destructive size:medium light:false focused 1`] = `
1845
- <div>
1846
- <button
1847
- aria-disabled="false"
1848
- aria-label=""
1849
- class=""
1850
- role="button"
1851
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
1852
- tabindex="0"
1853
- type="button"
1854
- >
1855
- <span
1856
- class=""
1857
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1858
- >
1859
- Click me
1860
- </span>
1861
- </button>
1862
- </div>
1863
- `;
1864
-
1865
- exports[`ButtonCore kind:secondary color:destructive size:medium light:false hovered 1`] = `
1866
- <div>
1867
- <button
1868
- aria-disabled="false"
1869
- aria-label=""
1870
- class=""
1871
- role="button"
1872
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
1873
- tabindex="0"
1874
- type="button"
1875
- >
1876
- <span
1877
- class=""
1878
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1879
- >
1880
- Click me
1881
- </span>
1882
- </button>
1883
- </div>
1884
- `;
1885
-
1886
- exports[`ButtonCore kind:secondary color:destructive size:medium light:false pressed 1`] = `
1887
- <div>
1888
- <button
1889
- aria-disabled="false"
1890
- aria-label=""
1891
- class=""
1892
- role="button"
1893
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(158, 39, 29); outline-style: solid; outline-width: 2px;"
1894
- tabindex="0"
1895
- type="button"
1896
- >
1897
- <span
1898
- class=""
1899
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1900
- >
1901
- Click me
1902
- </span>
1903
- </button>
1904
- </div>
1905
- `;
1906
-
1907
- exports[`ButtonCore kind:secondary color:destructive size:medium light:true disabled 1`] = `
1908
- <div>
1909
- <button
1910
- aria-disabled="true"
1911
- aria-label=""
1912
- class=""
1913
- role="button"
1914
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180);"
1915
- tabindex="-1"
1916
- type="button"
1917
- >
1918
- <span
1919
- class=""
1920
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1921
- >
1922
- Click me
1923
- </span>
1924
- </button>
1925
- </div>
1926
- `;
1927
-
1928
- exports[`ButtonCore kind:secondary color:destructive size:medium light:true focused 1`] = `
1929
- <div>
1930
- <button
1931
- aria-disabled="false"
1932
- aria-label=""
1933
- class=""
1934
- role="button"
1935
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1936
- tabindex="0"
1937
- type="button"
1938
- >
1939
- <span
1940
- class=""
1941
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1942
- >
1943
- Click me
1944
- </span>
1945
- </button>
1946
- </div>
1947
- `;
1948
-
1949
- exports[`ButtonCore kind:secondary color:destructive size:medium light:true hovered 1`] = `
1950
- <div>
1951
- <button
1952
- aria-disabled="false"
1953
- aria-label=""
1954
- class=""
1955
- role="button"
1956
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
1957
- tabindex="0"
1958
- type="button"
1959
- >
1960
- <span
1961
- class=""
1962
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1963
- >
1964
- Click me
1965
- </span>
1966
- </button>
1967
- </div>
1968
- `;
1969
-
1970
- exports[`ButtonCore kind:secondary color:destructive size:medium light:true pressed 1`] = `
1971
- <div>
1972
- <button
1973
- aria-disabled="false"
1974
- aria-label=""
1975
- class=""
1976
- role="button"
1977
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180); outline-style: solid; outline-width: 2px;"
1978
- tabindex="0"
1979
- type="button"
1980
- >
1981
- <span
1982
- class=""
1983
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
1984
- >
1985
- Click me
1986
- </span>
1987
- </button>
1988
- </div>
1989
- `;
1990
-
1991
- exports[`ButtonCore kind:secondary color:destructive size:small light:false disabled 1`] = `
1992
- <div>
1993
- <button
1994
- aria-disabled="true"
1995
- aria-label=""
1996
- class=""
1997
- role="button"
1998
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
1999
- tabindex="-1"
2000
- type="button"
2001
- >
2002
- <span
2003
- class=""
2004
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2005
- >
2006
- Click me
2007
- </span>
2008
- </button>
2009
- </div>
2010
- `;
2011
-
2012
- exports[`ButtonCore kind:secondary color:destructive size:small light:false focused 1`] = `
2013
- <div>
2014
- <button
2015
- aria-disabled="false"
2016
- aria-label=""
2017
- class=""
2018
- role="button"
2019
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
2020
- tabindex="0"
2021
- type="button"
2022
- >
2023
- <span
2024
- class=""
2025
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2026
- >
2027
- Click me
2028
- </span>
2029
- </button>
2030
- </div>
2031
- `;
2032
-
2033
- exports[`ButtonCore kind:secondary color:destructive size:small light:false hovered 1`] = `
2034
- <div>
2035
- <button
2036
- aria-disabled="false"
2037
- aria-label=""
2038
- class=""
2039
- role="button"
2040
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(255, 255, 255); color: rgb(217, 41, 22); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(217, 41, 22); outline-style: solid; outline-width: 2px;"
2041
- tabindex="0"
2042
- type="button"
2043
- >
2044
- <span
2045
- class=""
2046
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2047
- >
2048
- Click me
2049
- </span>
2050
- </button>
2051
- </div>
2052
- `;
2053
-
2054
- exports[`ButtonCore kind:secondary color:destructive size:small light:false pressed 1`] = `
2055
- <div>
2056
- <button
2057
- aria-disabled="false"
2058
- aria-label=""
2059
- class=""
2060
- role="button"
2061
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(243, 187, 180); color: rgb(158, 39, 29); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(158, 39, 29); outline-style: solid; outline-width: 2px;"
2062
- tabindex="0"
2063
- type="button"
2064
- >
2065
- <span
2066
- class=""
2067
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2068
- >
2069
- Click me
2070
- </span>
2071
- </button>
2072
- </div>
2073
- `;
2074
-
2075
- exports[`ButtonCore kind:secondary color:destructive size:small light:true disabled 1`] = `
2076
- <div>
2077
- <button
2078
- aria-disabled="true"
2079
- aria-label=""
2080
- class=""
2081
- role="button"
2082
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(255, 255, 255, 0.5); border-color: rgba(255,255,255,0.50); border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180);"
2083
- tabindex="-1"
2084
- type="button"
2085
- >
2086
- <span
2087
- class=""
2088
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2089
- >
2090
- Click me
2091
- </span>
2092
- </button>
2093
- </div>
2094
- `;
2095
-
2096
- exports[`ButtonCore kind:secondary color:destructive size:small light:true focused 1`] = `
2097
- <div>
2098
- <button
2099
- aria-disabled="false"
2100
- aria-label=""
2101
- class=""
2102
- role="button"
2103
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
2104
- tabindex="0"
2105
- type="button"
2106
- >
2107
- <span
2108
- class=""
2109
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2110
- >
2111
- Click me
2112
- </span>
2113
- </button>
2114
- </div>
2115
- `;
2116
-
2117
- exports[`ButtonCore kind:secondary color:destructive size:small light:true hovered 1`] = `
2118
- <div>
2119
- <button
2120
- aria-disabled="false"
2121
- aria-label=""
2122
- class=""
2123
- role="button"
2124
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(255, 255, 255); outline-style: solid; outline-width: 2px;"
2125
- tabindex="0"
2126
- type="button"
2127
- >
2128
- <span
2129
- class=""
2130
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2131
- >
2132
- Click me
2133
- </span>
2134
- </button>
2135
- </div>
2136
- `;
2137
-
2138
- exports[`ButtonCore kind:secondary color:destructive size:small light:true pressed 1`] = `
2139
- <div>
2140
- <button
2141
- aria-disabled="false"
2142
- aria-label=""
2143
- class=""
2144
- role="button"
2145
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: rgb(158, 39, 29); color: rgb(243, 187, 180); border-color: transparent; border-style: solid; border-width: 1px; outline-color: rgb(243, 187, 180); outline-style: solid; outline-width: 2px;"
2146
- tabindex="0"
2147
- type="button"
2148
- >
2149
- <span
2150
- class=""
2151
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none;"
2152
- >
2153
- Click me
2154
- </span>
2155
- </button>
2156
- </div>
2157
- `;
2158
-
2159
- exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
2160
- <div>
2161
- <button
2162
- aria-disabled="true"
2163
- aria-label="loading"
2164
- class=""
2165
- role="button"
2166
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
2167
- tabindex="-1"
2168
- type="button"
2169
- >
2170
- <span
2171
- class=""
2172
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden;"
2173
- >
2174
- Click me
2175
- </span>
2176
- <div
2177
- class=""
2178
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
2179
- >
2180
- <svg
2181
- data-testid="button-spinner"
2182
- height="24"
2183
- viewBox="0 0 24 24"
2184
- width="24"
2185
- xmlns="http://www.w3.org/2000/svg"
2186
- >
2187
- <path
2188
- class=""
2189
- d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
2190
- fill-rule="nonzero"
2191
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: rgba(33,36,44,0.50);"
2192
- />
2193
- </svg>
2194
- </div>
2195
- </button>
2196
- </div>
2197
- `;
2198
-
2199
- exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
2200
- <div>
2201
- <button
2202
- aria-disabled="true"
2203
- aria-label="loading"
2204
- class=""
2205
- role="button"
2206
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 16px 0px 16px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32); border-color: rgba(33,36,44,0.50); border-style: solid; border-width: 1px; outline-color: rgba(33, 36, 44, 0.32);"
2207
- tabindex="-1"
2208
- type="button"
2209
- >
2210
- <span
2211
- class=""
2212
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden;"
2213
- >
2214
- Click me
2215
- </span>
2216
- <div
2217
- class=""
2218
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
2219
- >
2220
- <svg
2221
- data-testid="button-spinner"
2222
- height="16"
2223
- viewBox="0 0 16 16"
2224
- width="16"
2225
- xmlns="http://www.w3.org/2000/svg"
2226
- >
2227
- <path
2228
- class=""
2229
- d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
2230
- fill-rule="nonzero"
2231
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: rgba(33,36,44,0.50);"
2232
- />
2233
- </svg>
2234
- </div>
2235
- </button>
2236
- </div>
2237
- `;
2238
-
2239
- exports[`ButtonCore kind:tertiary color:default size:large light:false disabled 1`] = `
2240
- <div>
2241
- <button
2242
- aria-disabled="true"
2243
- aria-label=""
2244
- class=""
2245
- role="button"
2246
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
2247
- tabindex="-1"
2248
- type="button"
2249
- >
2250
- <span
2251
- class=""
2252
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2253
- >
2254
- Click me
2255
- </span>
2256
- </button>
2257
- </div>
2258
- `;
2259
-
2260
- exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1`] = `
2261
- <div>
2262
- <button
2263
- aria-disabled="false"
2264
- aria-label=""
2265
- class=""
2266
- role="button"
2267
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242); outline-style: solid; outline-color: rgb(24, 101, 242); outline-width: 2px;"
2268
- tabindex="0"
2269
- type="button"
2270
- >
2271
- <span
2272
- class=""
2273
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2274
- >
2275
- Click me
2276
- </span>
2277
- </button>
2278
- </div>
2279
- `;
2280
-
2281
- exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1`] = `
2282
- <div>
2283
- <button
2284
- aria-disabled="false"
2285
- aria-label=""
2286
- class=""
2287
- role="button"
2288
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2289
- tabindex="0"
2290
- type="button"
2291
- >
2292
- <span
2293
- class=""
2294
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2295
- >
2296
- Click me
2297
- </span>
2298
- </button>
2299
- </div>
2300
- `;
2301
-
2302
- exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1`] = `
2303
- <div>
2304
- <button
2305
- aria-disabled="false"
2306
- aria-label=""
2307
- class=""
2308
- role="button"
2309
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2310
- tabindex="0"
2311
- type="button"
2312
- >
2313
- <span
2314
- class=""
2315
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(27, 80, 179);"
2316
- >
2317
- Click me
2318
- </span>
2319
- </button>
2320
- </div>
2321
- `;
2322
-
2323
- exports[`ButtonCore kind:tertiary color:default size:large light:true disabled 1`] = `
2324
- <div>
2325
- <button
2326
- aria-disabled="true"
2327
- aria-label=""
2328
- class=""
2329
- role="button"
2330
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(181, 206, 251);"
2331
- tabindex="-1"
2332
- type="button"
2333
- >
2334
- <span
2335
- class=""
2336
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2337
- >
2338
- Click me
2339
- </span>
2340
- </button>
2341
- </div>
2342
- `;
2343
-
2344
- exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`] = `
2345
- <div>
2346
- <button
2347
- aria-disabled="false"
2348
- aria-label=""
2349
- class=""
2350
- role="button"
2351
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
2352
- tabindex="0"
2353
- type="button"
2354
- >
2355
- <span
2356
- class=""
2357
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2358
- >
2359
- Click me
2360
- </span>
2361
- </button>
2362
- </div>
2363
- `;
2364
-
2365
- exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`] = `
2366
- <div>
2367
- <button
2368
- aria-disabled="false"
2369
- aria-label=""
2370
- class=""
2371
- role="button"
2372
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2373
- tabindex="0"
2374
- type="button"
2375
- >
2376
- <span
2377
- class=""
2378
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2379
- >
2380
- Click me
2381
- </span>
2382
- </button>
2383
- </div>
2384
- `;
2385
-
2386
- exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`] = `
2387
- <div>
2388
- <button
2389
- aria-disabled="false"
2390
- aria-label=""
2391
- class=""
2392
- role="button"
2393
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2394
- tabindex="0"
2395
- type="button"
2396
- >
2397
- <span
2398
- class=""
2399
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(181, 206, 251);"
2400
- >
2401
- Click me
2402
- </span>
2403
- </button>
2404
- </div>
2405
- `;
2406
-
2407
- exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled 1`] = `
2408
- <div>
2409
- <button
2410
- aria-disabled="true"
2411
- aria-label=""
2412
- class=""
2413
- role="button"
2414
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
2415
- tabindex="-1"
2416
- type="button"
2417
- >
2418
- <span
2419
- class=""
2420
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2421
- >
2422
- Click me
2423
- </span>
2424
- </button>
2425
- </div>
2426
- `;
2427
-
2428
- exports[`ButtonCore kind:tertiary color:default size:medium light:false focused 1`] = `
2429
- <div>
2430
- <button
2431
- aria-disabled="false"
2432
- aria-label=""
2433
- class=""
2434
- role="button"
2435
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242); outline-style: solid; outline-color: rgb(24, 101, 242); outline-width: 2px;"
2436
- tabindex="0"
2437
- type="button"
2438
- >
2439
- <span
2440
- class=""
2441
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2442
- >
2443
- Click me
2444
- </span>
2445
- </button>
2446
- </div>
2447
- `;
2448
-
2449
- exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered 1`] = `
2450
- <div>
2451
- <button
2452
- aria-disabled="false"
2453
- aria-label=""
2454
- class=""
2455
- role="button"
2456
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2457
- tabindex="0"
2458
- type="button"
2459
- >
2460
- <span
2461
- class=""
2462
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2463
- >
2464
- Click me
2465
- </span>
2466
- </button>
2467
- </div>
2468
- `;
2469
-
2470
- exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed 1`] = `
2471
- <div>
2472
- <button
2473
- aria-disabled="false"
2474
- aria-label=""
2475
- class=""
2476
- role="button"
2477
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2478
- tabindex="0"
2479
- type="button"
2480
- >
2481
- <span
2482
- class=""
2483
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(27, 80, 179);"
2484
- >
2485
- Click me
2486
- </span>
2487
- </button>
2488
- </div>
2489
- `;
2490
-
2491
- exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled 1`] = `
2492
- <div>
2493
- <button
2494
- aria-disabled="true"
2495
- aria-label=""
2496
- class=""
2497
- role="button"
2498
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(181, 206, 251);"
2499
- tabindex="-1"
2500
- type="button"
2501
- >
2502
- <span
2503
- class=""
2504
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2505
- >
2506
- Click me
2507
- </span>
2508
- </button>
2509
- </div>
2510
- `;
2511
-
2512
- exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1`] = `
2513
- <div>
2514
- <button
2515
- aria-disabled="false"
2516
- aria-label=""
2517
- class=""
2518
- role="button"
2519
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
2520
- tabindex="0"
2521
- type="button"
2522
- >
2523
- <span
2524
- class=""
2525
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2526
- >
2527
- Click me
2528
- </span>
2529
- </button>
2530
- </div>
2531
- `;
2532
-
2533
- exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1`] = `
2534
- <div>
2535
- <button
2536
- aria-disabled="false"
2537
- aria-label=""
2538
- class=""
2539
- role="button"
2540
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2541
- tabindex="0"
2542
- type="button"
2543
- >
2544
- <span
2545
- class=""
2546
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2547
- >
2548
- Click me
2549
- </span>
2550
- </button>
2551
- </div>
2552
- `;
2553
-
2554
- exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1`] = `
2555
- <div>
2556
- <button
2557
- aria-disabled="false"
2558
- aria-label=""
2559
- class=""
2560
- role="button"
2561
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2562
- tabindex="0"
2563
- type="button"
2564
- >
2565
- <span
2566
- class=""
2567
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(181, 206, 251);"
2568
- >
2569
- Click me
2570
- </span>
2571
- </button>
2572
- </div>
2573
- `;
2574
-
2575
- exports[`ButtonCore kind:tertiary color:default size:small light:false disabled 1`] = `
2576
- <div>
2577
- <button
2578
- aria-disabled="true"
2579
- aria-label=""
2580
- class=""
2581
- role="button"
2582
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
2583
- tabindex="-1"
2584
- type="button"
2585
- >
2586
- <span
2587
- class=""
2588
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2589
- >
2590
- Click me
2591
- </span>
2592
- </button>
2593
- </div>
2594
- `;
2595
-
2596
- exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1`] = `
2597
- <div>
2598
- <button
2599
- aria-disabled="false"
2600
- aria-label=""
2601
- class=""
2602
- role="button"
2603
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242); outline-style: solid; outline-color: rgb(24, 101, 242); outline-width: 2px;"
2604
- tabindex="0"
2605
- type="button"
2606
- >
2607
- <span
2608
- class=""
2609
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2610
- >
2611
- Click me
2612
- </span>
2613
- </button>
2614
- </div>
2615
- `;
2616
-
2617
- exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1`] = `
2618
- <div>
2619
- <button
2620
- aria-disabled="false"
2621
- aria-label=""
2622
- class=""
2623
- role="button"
2624
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2625
- tabindex="0"
2626
- type="button"
2627
- >
2628
- <span
2629
- class=""
2630
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2631
- >
2632
- Click me
2633
- </span>
2634
- </button>
2635
- </div>
2636
- `;
2637
-
2638
- exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1`] = `
2639
- <div>
2640
- <button
2641
- aria-disabled="false"
2642
- aria-label=""
2643
- class=""
2644
- role="button"
2645
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(24, 101, 242);"
2646
- tabindex="0"
2647
- type="button"
2648
- >
2649
- <span
2650
- class=""
2651
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(27, 80, 179);"
2652
- >
2653
- Click me
2654
- </span>
2655
- </button>
2656
- </div>
2657
- `;
2658
-
2659
- exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1`] = `
2660
- <div>
2661
- <button
2662
- aria-disabled="true"
2663
- aria-label=""
2664
- class=""
2665
- role="button"
2666
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(181, 206, 251);"
2667
- tabindex="-1"
2668
- type="button"
2669
- >
2670
- <span
2671
- class=""
2672
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2673
- >
2674
- Click me
2675
- </span>
2676
- </button>
2677
- </div>
2678
- `;
2679
-
2680
- exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`] = `
2681
- <div>
2682
- <button
2683
- aria-disabled="false"
2684
- aria-label=""
2685
- class=""
2686
- role="button"
2687
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
2688
- tabindex="0"
2689
- type="button"
2690
- >
2691
- <span
2692
- class=""
2693
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2694
- >
2695
- Click me
2696
- </span>
2697
- </button>
2698
- </div>
2699
- `;
2700
-
2701
- exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`] = `
2702
- <div>
2703
- <button
2704
- aria-disabled="false"
2705
- aria-label=""
2706
- class=""
2707
- role="button"
2708
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2709
- tabindex="0"
2710
- type="button"
2711
- >
2712
- <span
2713
- class=""
2714
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2715
- >
2716
- Click me
2717
- </span>
2718
- </button>
2719
- </div>
2720
- `;
2721
-
2722
- exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`] = `
2723
- <div>
2724
- <button
2725
- aria-disabled="false"
2726
- aria-label=""
2727
- class=""
2728
- role="button"
2729
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2730
- tabindex="0"
2731
- type="button"
2732
- >
2733
- <span
2734
- class=""
2735
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(181, 206, 251);"
2736
- >
2737
- Click me
2738
- </span>
2739
- </button>
2740
- </div>
2741
- `;
2742
-
2743
- exports[`ButtonCore kind:tertiary color:destructive size:large light:false disabled 1`] = `
2744
- <div>
2745
- <button
2746
- aria-disabled="true"
2747
- aria-label=""
2748
- class=""
2749
- role="button"
2750
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
2751
- tabindex="-1"
2752
- type="button"
2753
- >
2754
- <span
2755
- class=""
2756
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2757
- >
2758
- Click me
2759
- </span>
2760
- </button>
2761
- </div>
2762
- `;
2763
-
2764
- exports[`ButtonCore kind:tertiary color:destructive size:large light:false focused 1`] = `
2765
- <div>
2766
- <button
2767
- aria-disabled="false"
2768
- aria-label=""
2769
- class=""
2770
- role="button"
2771
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22); outline-style: solid; outline-color: rgb(217, 41, 22); outline-width: 2px;"
2772
- tabindex="0"
2773
- type="button"
2774
- >
2775
- <span
2776
- class=""
2777
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2778
- >
2779
- Click me
2780
- </span>
2781
- </button>
2782
- </div>
2783
- `;
2784
-
2785
- exports[`ButtonCore kind:tertiary color:destructive size:large light:false hovered 1`] = `
2786
- <div>
2787
- <button
2788
- aria-disabled="false"
2789
- aria-label=""
2790
- class=""
2791
- role="button"
2792
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
2793
- tabindex="0"
2794
- type="button"
2795
- >
2796
- <span
2797
- class=""
2798
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2799
- >
2800
- Click me
2801
- </span>
2802
- </button>
2803
- </div>
2804
- `;
2805
-
2806
- exports[`ButtonCore kind:tertiary color:destructive size:large light:false pressed 1`] = `
2807
- <div>
2808
- <button
2809
- aria-disabled="false"
2810
- aria-label=""
2811
- class=""
2812
- role="button"
2813
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
2814
- tabindex="0"
2815
- type="button"
2816
- >
2817
- <span
2818
- class=""
2819
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(158, 39, 29);"
2820
- >
2821
- Click me
2822
- </span>
2823
- </button>
2824
- </div>
2825
- `;
2826
-
2827
- exports[`ButtonCore kind:tertiary color:destructive size:large light:true disabled 1`] = `
2828
- <div>
2829
- <button
2830
- aria-disabled="true"
2831
- aria-label=""
2832
- class=""
2833
- role="button"
2834
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(243, 187, 180);"
2835
- tabindex="-1"
2836
- type="button"
2837
- >
2838
- <span
2839
- class=""
2840
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2841
- >
2842
- Click me
2843
- </span>
2844
- </button>
2845
- </div>
2846
- `;
2847
-
2848
- exports[`ButtonCore kind:tertiary color:destructive size:large light:true focused 1`] = `
2849
- <div>
2850
- <button
2851
- aria-disabled="false"
2852
- aria-label=""
2853
- class=""
2854
- role="button"
2855
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
2856
- tabindex="0"
2857
- type="button"
2858
- >
2859
- <span
2860
- class=""
2861
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2862
- >
2863
- Click me
2864
- </span>
2865
- </button>
2866
- </div>
2867
- `;
2868
-
2869
- exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovered 1`] = `
2870
- <div>
2871
- <button
2872
- aria-disabled="false"
2873
- aria-label=""
2874
- class=""
2875
- role="button"
2876
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2877
- tabindex="0"
2878
- type="button"
2879
- >
2880
- <span
2881
- class=""
2882
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2883
- >
2884
- Click me
2885
- </span>
2886
- </button>
2887
- </div>
2888
- `;
2889
-
2890
- exports[`ButtonCore kind:tertiary color:destructive size:large light:true pressed 1`] = `
2891
- <div>
2892
- <button
2893
- aria-disabled="false"
2894
- aria-label=""
2895
- class=""
2896
- role="button"
2897
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 0px 0px 0px; border-radius: 6px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
2898
- tabindex="0"
2899
- type="button"
2900
- >
2901
- <span
2902
- class=""
2903
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(243, 187, 180);"
2904
- >
2905
- Click me
2906
- </span>
2907
- </button>
2908
- </div>
2909
- `;
2910
-
2911
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disabled 1`] = `
2912
- <div>
2913
- <button
2914
- aria-disabled="true"
2915
- aria-label=""
2916
- class=""
2917
- role="button"
2918
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
2919
- tabindex="-1"
2920
- type="button"
2921
- >
2922
- <span
2923
- class=""
2924
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2925
- >
2926
- Click me
2927
- </span>
2928
- </button>
2929
- </div>
2930
- `;
2931
-
2932
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focused 1`] = `
2933
- <div>
2934
- <button
2935
- aria-disabled="false"
2936
- aria-label=""
2937
- class=""
2938
- role="button"
2939
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22); outline-style: solid; outline-color: rgb(217, 41, 22); outline-width: 2px;"
2940
- tabindex="0"
2941
- type="button"
2942
- >
2943
- <span
2944
- class=""
2945
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2946
- >
2947
- Click me
2948
- </span>
2949
- </button>
2950
- </div>
2951
- `;
2952
-
2953
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hovered 1`] = `
2954
- <div>
2955
- <button
2956
- aria-disabled="false"
2957
- aria-label=""
2958
- class=""
2959
- role="button"
2960
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
2961
- tabindex="0"
2962
- type="button"
2963
- >
2964
- <span
2965
- class=""
2966
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
2967
- >
2968
- Click me
2969
- </span>
2970
- </button>
2971
- </div>
2972
- `;
2973
-
2974
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pressed 1`] = `
2975
- <div>
2976
- <button
2977
- aria-disabled="false"
2978
- aria-label=""
2979
- class=""
2980
- role="button"
2981
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
2982
- tabindex="0"
2983
- type="button"
2984
- >
2985
- <span
2986
- class=""
2987
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(158, 39, 29);"
2988
- >
2989
- Click me
2990
- </span>
2991
- </button>
2992
- </div>
2993
- `;
2994
-
2995
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disabled 1`] = `
2996
- <div>
2997
- <button
2998
- aria-disabled="true"
2999
- aria-label=""
3000
- class=""
3001
- role="button"
3002
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(243, 187, 180);"
3003
- tabindex="-1"
3004
- type="button"
3005
- >
3006
- <span
3007
- class=""
3008
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3009
- >
3010
- Click me
3011
- </span>
3012
- </button>
3013
- </div>
3014
- `;
3015
-
3016
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focused 1`] = `
3017
- <div>
3018
- <button
3019
- aria-disabled="false"
3020
- aria-label=""
3021
- class=""
3022
- role="button"
3023
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
3024
- tabindex="0"
3025
- type="button"
3026
- >
3027
- <span
3028
- class=""
3029
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3030
- >
3031
- Click me
3032
- </span>
3033
- </button>
3034
- </div>
3035
- `;
3036
-
3037
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hovered 1`] = `
3038
- <div>
3039
- <button
3040
- aria-disabled="false"
3041
- aria-label=""
3042
- class=""
3043
- role="button"
3044
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
3045
- tabindex="0"
3046
- type="button"
3047
- >
3048
- <span
3049
- class=""
3050
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3051
- >
3052
- Click me
3053
- </span>
3054
- </button>
3055
- </div>
3056
- `;
3057
-
3058
- exports[`ButtonCore kind:tertiary color:destructive size:medium light:true pressed 1`] = `
3059
- <div>
3060
- <button
3061
- aria-disabled="false"
3062
- aria-label=""
3063
- class=""
3064
- role="button"
3065
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
3066
- tabindex="0"
3067
- type="button"
3068
- >
3069
- <span
3070
- class=""
3071
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(243, 187, 180);"
3072
- >
3073
- Click me
3074
- </span>
3075
- </button>
3076
- </div>
3077
- `;
3078
-
3079
- exports[`ButtonCore kind:tertiary color:destructive size:small light:false disabled 1`] = `
3080
- <div>
3081
- <button
3082
- aria-disabled="true"
3083
- aria-label=""
3084
- class=""
3085
- role="button"
3086
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
3087
- tabindex="-1"
3088
- type="button"
3089
- >
3090
- <span
3091
- class=""
3092
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3093
- >
3094
- Click me
3095
- </span>
3096
- </button>
3097
- </div>
3098
- `;
3099
-
3100
- exports[`ButtonCore kind:tertiary color:destructive size:small light:false focused 1`] = `
3101
- <div>
3102
- <button
3103
- aria-disabled="false"
3104
- aria-label=""
3105
- class=""
3106
- role="button"
3107
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22); outline-style: solid; outline-color: rgb(217, 41, 22); outline-width: 2px;"
3108
- tabindex="0"
3109
- type="button"
3110
- >
3111
- <span
3112
- class=""
3113
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3114
- >
3115
- Click me
3116
- </span>
3117
- </button>
3118
- </div>
3119
- `;
3120
-
3121
- exports[`ButtonCore kind:tertiary color:destructive size:small light:false hovered 1`] = `
3122
- <div>
3123
- <button
3124
- aria-disabled="false"
3125
- aria-label=""
3126
- class=""
3127
- role="button"
3128
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
3129
- tabindex="0"
3130
- type="button"
3131
- >
3132
- <span
3133
- class=""
3134
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3135
- >
3136
- Click me
3137
- </span>
3138
- </button>
3139
- </div>
3140
- `;
3141
-
3142
- exports[`ButtonCore kind:tertiary color:destructive size:small light:false pressed 1`] = `
3143
- <div>
3144
- <button
3145
- aria-disabled="false"
3146
- aria-label=""
3147
- class=""
3148
- role="button"
3149
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(217, 41, 22);"
3150
- tabindex="0"
3151
- type="button"
3152
- >
3153
- <span
3154
- class=""
3155
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(158, 39, 29);"
3156
- >
3157
- Click me
3158
- </span>
3159
- </button>
3160
- </div>
3161
- `;
3162
-
3163
- exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabled 1`] = `
3164
- <div>
3165
- <button
3166
- aria-disabled="true"
3167
- aria-label=""
3168
- class=""
3169
- role="button"
3170
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(243, 187, 180);"
3171
- tabindex="-1"
3172
- type="button"
3173
- >
3174
- <span
3175
- class=""
3176
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3177
- >
3178
- Click me
3179
- </span>
3180
- </button>
3181
- </div>
3182
- `;
3183
-
3184
- exports[`ButtonCore kind:tertiary color:destructive size:small light:true focused 1`] = `
3185
- <div>
3186
- <button
3187
- aria-disabled="false"
3188
- aria-label=""
3189
- class=""
3190
- role="button"
3191
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255); outline-style: solid; outline-color: rgb(255, 255, 255); outline-width: 2px;"
3192
- tabindex="0"
3193
- type="button"
3194
- >
3195
- <span
3196
- class=""
3197
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3198
- >
3199
- Click me
3200
- </span>
3201
- </button>
3202
- </div>
3203
- `;
3204
-
3205
- exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovered 1`] = `
3206
- <div>
3207
- <button
3208
- aria-disabled="false"
3209
- aria-label=""
3210
- class=""
3211
- role="button"
3212
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
3213
- tabindex="0"
3214
- type="button"
3215
- >
3216
- <span
3217
- class=""
3218
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative;"
3219
- >
3220
- Click me
3221
- </span>
3222
- </button>
3223
- </div>
3224
- `;
3225
-
3226
- exports[`ButtonCore kind:tertiary color:destructive size:small light:true pressed 1`] = `
3227
- <div>
3228
- <button
3229
- aria-disabled="false"
3230
- aria-label=""
3231
- class=""
3232
- role="button"
3233
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: pointer; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgb(255, 255, 255);"
3234
- tabindex="0"
3235
- type="button"
3236
- >
3237
- <span
3238
- class=""
3239
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; position: relative; color: rgb(243, 187, 180);"
3240
- >
3241
- Click me
3242
- </span>
3243
- </button>
3244
- </div>
3245
- `;
3246
-
3247
- exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
3248
- <div>
3249
- <button
3250
- aria-disabled="true"
3251
- aria-label="loading"
3252
- class=""
3253
- role="button"
3254
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
3255
- tabindex="-1"
3256
- type="button"
3257
- >
3258
- <span
3259
- class=""
3260
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden; position: relative;"
3261
- >
3262
- Click me
3263
- </span>
3264
- <div
3265
- class=""
3266
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
3267
- >
3268
- <svg
3269
- data-testid="button-spinner"
3270
- height="24"
3271
- viewBox="0 0 24 24"
3272
- width="24"
3273
- xmlns="http://www.w3.org/2000/svg"
3274
- >
3275
- <path
3276
- class=""
3277
- d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
3278
- fill-rule="nonzero"
3279
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: rgba(33,36,44,0.50);"
3280
- />
3281
- </svg>
3282
- </div>
3283
- </button>
3284
- </div>
3285
- `;
3286
-
3287
- exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
3288
- <div>
3289
- <button
3290
- aria-disabled="true"
3291
- aria-label="loading"
3292
- class=""
3293
- role="button"
3294
- style="margin: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0px 0px 0px 0px; border-radius: 4px; cursor: default; outline: none; text-decoration: none; box-sizing: border-box; user-select: none; background: none; color: rgba(33, 36, 44, 0.32);"
3295
- tabindex="-1"
3296
- type="button"
3297
- >
3298
- <span
3299
- class=""
3300
- style="display: inline-block; font-family: Lato, "Noto Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; pointer-events: none; visibility: hidden; position: relative;"
3301
- >
3302
- Click me
3303
- </span>
3304
- <div
3305
- class=""
3306
- style="align-items: stretch; border-width: 0px; border-style: solid; box-sizing: border-box; display: flex; flex-direction: column; margin: 0px; padding: 0px; position: absolute; z-index: 0; min-height: 0; min-width: 0; justify-content: center;"
3307
- >
3308
- <svg
3309
- data-testid="button-spinner"
3310
- height="16"
3311
- viewBox="0 0 16 16"
3312
- width="16"
3313
- xmlns="http://www.w3.org/2000/svg"
3314
- >
3315
- <path
3316
- class=""
3317
- d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
3318
- fill-rule="nonzero"
3319
- style="transform-origin: 50% 50%; animation-name: [object Object]; animation-duration: 1.1s; animation-iteration-count: infinite; animation-timing-function: linear; fill: rgba(33,36,44,0.50);"
3320
- />
3321
- </svg>
3322
- </div>
3323
- </button>
3324
- </div>
3325
- `;