@khanacademy/wonder-blocks-button 3.0.8 → 3.0.9

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/wonder-blocks-button
2
2
 
3
+ ## 3.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4c682709]
8
+ - @khanacademy/wonder-blocks-clickable@2.4.1
9
+
3
10
  ## 3.0.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-button",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-clickable": "^2.4.0",
19
+ "@khanacademy/wonder-blocks-clickable": "^2.4.1",
20
20
  "@khanacademy/wonder-blocks-color": "^1.2.0",
21
21
  "@khanacademy/wonder-blocks-core": "^4.5.0",
22
22
  "@khanacademy/wonder-blocks-icon": "^1.2.32",
@@ -6,7 +6,6 @@ exports[`Button <Link tabIndex={-1}> 1`] = `
6
6
  className=""
7
7
  onBlur={[Function]}
8
8
  onClick={[Function]}
9
- onDragStart={[Function]}
10
9
  onFocus={[Function]}
11
10
  onKeyDown={[Function]}
12
11
  onKeyUp={[Function]}
@@ -81,7 +80,6 @@ exports[`Button <Link tabIndex={0}> 1`] = `
81
80
  className=""
82
81
  onBlur={[Function]}
83
82
  onClick={[Function]}
84
- onDragStart={[Function]}
85
83
  onFocus={[Function]}
86
84
  onKeyDown={[Function]}
87
85
  onKeyUp={[Function]}
@@ -156,7 +154,6 @@ exports[`Button <Link tabIndex={1}> 1`] = `
156
154
  className=""
157
155
  onBlur={[Function]}
158
156
  onClick={[Function]}
159
- onDragStart={[Function]}
160
157
  onFocus={[Function]}
161
158
  onKeyDown={[Function]}
162
159
  onKeyUp={[Function]}
@@ -232,7 +229,6 @@ exports[`ButtonCore kind:primary color:default size:large light:false disabled 1
232
229
  className=""
233
230
  onBlur={[Function]}
234
231
  onClick={[Function]}
235
- onDragStart={[Function]}
236
232
  onFocus={[Function]}
237
233
  onKeyDown={[Function]}
238
234
  onKeyUp={[Function]}
@@ -308,7 +304,6 @@ exports[`ButtonCore kind:primary color:default size:large light:false focused 1`
308
304
  className=""
309
305
  onBlur={[Function]}
310
306
  onClick={[Function]}
311
- onDragStart={[Function]}
312
307
  onFocus={[Function]}
313
308
  onKeyDown={[Function]}
314
309
  onKeyUp={[Function]}
@@ -385,7 +380,6 @@ exports[`ButtonCore kind:primary color:default size:large light:false hovered 1`
385
380
  className=""
386
381
  onBlur={[Function]}
387
382
  onClick={[Function]}
388
- onDragStart={[Function]}
389
383
  onFocus={[Function]}
390
384
  onKeyDown={[Function]}
391
385
  onKeyUp={[Function]}
@@ -462,7 +456,6 @@ exports[`ButtonCore kind:primary color:default size:large light:false pressed 1`
462
456
  className=""
463
457
  onBlur={[Function]}
464
458
  onClick={[Function]}
465
- onDragStart={[Function]}
466
459
  onFocus={[Function]}
467
460
  onKeyDown={[Function]}
468
461
  onKeyUp={[Function]}
@@ -539,7 +532,6 @@ exports[`ButtonCore kind:primary color:default size:large light:true disabled 1`
539
532
  className=""
540
533
  onBlur={[Function]}
541
534
  onClick={[Function]}
542
- onDragStart={[Function]}
543
535
  onFocus={[Function]}
544
536
  onKeyDown={[Function]}
545
537
  onKeyUp={[Function]}
@@ -615,7 +607,6 @@ exports[`ButtonCore kind:primary color:default size:large light:true focused 1`]
615
607
  className=""
616
608
  onBlur={[Function]}
617
609
  onClick={[Function]}
618
- onDragStart={[Function]}
619
610
  onFocus={[Function]}
620
611
  onKeyDown={[Function]}
621
612
  onKeyUp={[Function]}
@@ -692,7 +683,6 @@ exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`]
692
683
  className=""
693
684
  onBlur={[Function]}
694
685
  onClick={[Function]}
695
- onDragStart={[Function]}
696
686
  onFocus={[Function]}
697
687
  onKeyDown={[Function]}
698
688
  onKeyUp={[Function]}
@@ -769,7 +759,6 @@ exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`]
769
759
  className=""
770
760
  onBlur={[Function]}
771
761
  onClick={[Function]}
772
- onDragStart={[Function]}
773
762
  onFocus={[Function]}
774
763
  onKeyDown={[Function]}
775
764
  onKeyUp={[Function]}
@@ -846,7 +835,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:false disabled
846
835
  className=""
847
836
  onBlur={[Function]}
848
837
  onClick={[Function]}
849
- onDragStart={[Function]}
850
838
  onFocus={[Function]}
851
839
  onKeyDown={[Function]}
852
840
  onKeyUp={[Function]}
@@ -922,7 +910,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:false focused 1
922
910
  className=""
923
911
  onBlur={[Function]}
924
912
  onClick={[Function]}
925
- onDragStart={[Function]}
926
913
  onFocus={[Function]}
927
914
  onKeyDown={[Function]}
928
915
  onKeyUp={[Function]}
@@ -999,7 +986,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1
999
986
  className=""
1000
987
  onBlur={[Function]}
1001
988
  onClick={[Function]}
1002
- onDragStart={[Function]}
1003
989
  onFocus={[Function]}
1004
990
  onKeyDown={[Function]}
1005
991
  onKeyUp={[Function]}
@@ -1076,7 +1062,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1
1076
1062
  className=""
1077
1063
  onBlur={[Function]}
1078
1064
  onClick={[Function]}
1079
- onDragStart={[Function]}
1080
1065
  onFocus={[Function]}
1081
1066
  onKeyDown={[Function]}
1082
1067
  onKeyUp={[Function]}
@@ -1153,7 +1138,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1
1153
1138
  className=""
1154
1139
  onBlur={[Function]}
1155
1140
  onClick={[Function]}
1156
- onDragStart={[Function]}
1157
1141
  onFocus={[Function]}
1158
1142
  onKeyDown={[Function]}
1159
1143
  onKeyUp={[Function]}
@@ -1229,7 +1213,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
1229
1213
  className=""
1230
1214
  onBlur={[Function]}
1231
1215
  onClick={[Function]}
1232
- onDragStart={[Function]}
1233
1216
  onFocus={[Function]}
1234
1217
  onKeyDown={[Function]}
1235
1218
  onKeyUp={[Function]}
@@ -1306,7 +1289,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
1306
1289
  className=""
1307
1290
  onBlur={[Function]}
1308
1291
  onClick={[Function]}
1309
- onDragStart={[Function]}
1310
1292
  onFocus={[Function]}
1311
1293
  onKeyDown={[Function]}
1312
1294
  onKeyUp={[Function]}
@@ -1383,7 +1365,6 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
1383
1365
  className=""
1384
1366
  onBlur={[Function]}
1385
1367
  onClick={[Function]}
1386
- onDragStart={[Function]}
1387
1368
  onFocus={[Function]}
1388
1369
  onKeyDown={[Function]}
1389
1370
  onKeyUp={[Function]}
@@ -1460,7 +1441,6 @@ exports[`ButtonCore kind:primary color:default size:small light:false disabled 1
1460
1441
  className=""
1461
1442
  onBlur={[Function]}
1462
1443
  onClick={[Function]}
1463
- onDragStart={[Function]}
1464
1444
  onFocus={[Function]}
1465
1445
  onKeyDown={[Function]}
1466
1446
  onKeyUp={[Function]}
@@ -1536,7 +1516,6 @@ exports[`ButtonCore kind:primary color:default size:small light:false focused 1`
1536
1516
  className=""
1537
1517
  onBlur={[Function]}
1538
1518
  onClick={[Function]}
1539
- onDragStart={[Function]}
1540
1519
  onFocus={[Function]}
1541
1520
  onKeyDown={[Function]}
1542
1521
  onKeyUp={[Function]}
@@ -1613,7 +1592,6 @@ exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`
1613
1592
  className=""
1614
1593
  onBlur={[Function]}
1615
1594
  onClick={[Function]}
1616
- onDragStart={[Function]}
1617
1595
  onFocus={[Function]}
1618
1596
  onKeyDown={[Function]}
1619
1597
  onKeyUp={[Function]}
@@ -1690,7 +1668,6 @@ exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`
1690
1668
  className=""
1691
1669
  onBlur={[Function]}
1692
1670
  onClick={[Function]}
1693
- onDragStart={[Function]}
1694
1671
  onFocus={[Function]}
1695
1672
  onKeyDown={[Function]}
1696
1673
  onKeyUp={[Function]}
@@ -1767,7 +1744,6 @@ exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`
1767
1744
  className=""
1768
1745
  onBlur={[Function]}
1769
1746
  onClick={[Function]}
1770
- onDragStart={[Function]}
1771
1747
  onFocus={[Function]}
1772
1748
  onKeyDown={[Function]}
1773
1749
  onKeyUp={[Function]}
@@ -1843,7 +1819,6 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
1843
1819
  className=""
1844
1820
  onBlur={[Function]}
1845
1821
  onClick={[Function]}
1846
- onDragStart={[Function]}
1847
1822
  onFocus={[Function]}
1848
1823
  onKeyDown={[Function]}
1849
1824
  onKeyUp={[Function]}
@@ -1920,7 +1895,6 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
1920
1895
  className=""
1921
1896
  onBlur={[Function]}
1922
1897
  onClick={[Function]}
1923
- onDragStart={[Function]}
1924
1898
  onFocus={[Function]}
1925
1899
  onKeyDown={[Function]}
1926
1900
  onKeyUp={[Function]}
@@ -1997,7 +1971,6 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
1997
1971
  className=""
1998
1972
  onBlur={[Function]}
1999
1973
  onClick={[Function]}
2000
- onDragStart={[Function]}
2001
1974
  onFocus={[Function]}
2002
1975
  onKeyDown={[Function]}
2003
1976
  onKeyUp={[Function]}
@@ -2074,7 +2047,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false disabl
2074
2047
  className=""
2075
2048
  onBlur={[Function]}
2076
2049
  onClick={[Function]}
2077
- onDragStart={[Function]}
2078
2050
  onFocus={[Function]}
2079
2051
  onKeyDown={[Function]}
2080
2052
  onKeyUp={[Function]}
@@ -2150,7 +2122,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false focuse
2150
2122
  className=""
2151
2123
  onBlur={[Function]}
2152
2124
  onClick={[Function]}
2153
- onDragStart={[Function]}
2154
2125
  onFocus={[Function]}
2155
2126
  onKeyDown={[Function]}
2156
2127
  onKeyUp={[Function]}
@@ -2227,7 +2198,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false hovere
2227
2198
  className=""
2228
2199
  onBlur={[Function]}
2229
2200
  onClick={[Function]}
2230
- onDragStart={[Function]}
2231
2201
  onFocus={[Function]}
2232
2202
  onKeyDown={[Function]}
2233
2203
  onKeyUp={[Function]}
@@ -2304,7 +2274,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false presse
2304
2274
  className=""
2305
2275
  onBlur={[Function]}
2306
2276
  onClick={[Function]}
2307
- onDragStart={[Function]}
2308
2277
  onFocus={[Function]}
2309
2278
  onKeyDown={[Function]}
2310
2279
  onKeyUp={[Function]}
@@ -2381,7 +2350,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true disable
2381
2350
  className=""
2382
2351
  onBlur={[Function]}
2383
2352
  onClick={[Function]}
2384
- onDragStart={[Function]}
2385
2353
  onFocus={[Function]}
2386
2354
  onKeyDown={[Function]}
2387
2355
  onKeyUp={[Function]}
@@ -2457,7 +2425,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true focused
2457
2425
  className=""
2458
2426
  onBlur={[Function]}
2459
2427
  onClick={[Function]}
2460
- onDragStart={[Function]}
2461
2428
  onFocus={[Function]}
2462
2429
  onKeyDown={[Function]}
2463
2430
  onKeyUp={[Function]}
@@ -2534,7 +2501,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true hovered
2534
2501
  className=""
2535
2502
  onBlur={[Function]}
2536
2503
  onClick={[Function]}
2537
- onDragStart={[Function]}
2538
2504
  onFocus={[Function]}
2539
2505
  onKeyDown={[Function]}
2540
2506
  onKeyUp={[Function]}
@@ -2611,7 +2577,6 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true pressed
2611
2577
  className=""
2612
2578
  onBlur={[Function]}
2613
2579
  onClick={[Function]}
2614
- onDragStart={[Function]}
2615
2580
  onFocus={[Function]}
2616
2581
  onKeyDown={[Function]}
2617
2582
  onKeyUp={[Function]}
@@ -2688,7 +2653,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false disab
2688
2653
  className=""
2689
2654
  onBlur={[Function]}
2690
2655
  onClick={[Function]}
2691
- onDragStart={[Function]}
2692
2656
  onFocus={[Function]}
2693
2657
  onKeyDown={[Function]}
2694
2658
  onKeyUp={[Function]}
@@ -2764,7 +2728,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false focus
2764
2728
  className=""
2765
2729
  onBlur={[Function]}
2766
2730
  onClick={[Function]}
2767
- onDragStart={[Function]}
2768
2731
  onFocus={[Function]}
2769
2732
  onKeyDown={[Function]}
2770
2733
  onKeyUp={[Function]}
@@ -2841,7 +2804,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false hover
2841
2804
  className=""
2842
2805
  onBlur={[Function]}
2843
2806
  onClick={[Function]}
2844
- onDragStart={[Function]}
2845
2807
  onFocus={[Function]}
2846
2808
  onKeyDown={[Function]}
2847
2809
  onKeyUp={[Function]}
@@ -2918,7 +2880,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false press
2918
2880
  className=""
2919
2881
  onBlur={[Function]}
2920
2882
  onClick={[Function]}
2921
- onDragStart={[Function]}
2922
2883
  onFocus={[Function]}
2923
2884
  onKeyDown={[Function]}
2924
2885
  onKeyUp={[Function]}
@@ -2995,7 +2956,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true disabl
2995
2956
  className=""
2996
2957
  onBlur={[Function]}
2997
2958
  onClick={[Function]}
2998
- onDragStart={[Function]}
2999
2959
  onFocus={[Function]}
3000
2960
  onKeyDown={[Function]}
3001
2961
  onKeyUp={[Function]}
@@ -3071,7 +3031,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
3071
3031
  className=""
3072
3032
  onBlur={[Function]}
3073
3033
  onClick={[Function]}
3074
- onDragStart={[Function]}
3075
3034
  onFocus={[Function]}
3076
3035
  onKeyDown={[Function]}
3077
3036
  onKeyUp={[Function]}
@@ -3148,7 +3107,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
3148
3107
  className=""
3149
3108
  onBlur={[Function]}
3150
3109
  onClick={[Function]}
3151
- onDragStart={[Function]}
3152
3110
  onFocus={[Function]}
3153
3111
  onKeyDown={[Function]}
3154
3112
  onKeyUp={[Function]}
@@ -3225,7 +3183,6 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
3225
3183
  className=""
3226
3184
  onBlur={[Function]}
3227
3185
  onClick={[Function]}
3228
- onDragStart={[Function]}
3229
3186
  onFocus={[Function]}
3230
3187
  onKeyDown={[Function]}
3231
3188
  onKeyUp={[Function]}
@@ -3302,7 +3259,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false disabl
3302
3259
  className=""
3303
3260
  onBlur={[Function]}
3304
3261
  onClick={[Function]}
3305
- onDragStart={[Function]}
3306
3262
  onFocus={[Function]}
3307
3263
  onKeyDown={[Function]}
3308
3264
  onKeyUp={[Function]}
@@ -3378,7 +3334,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false focuse
3378
3334
  className=""
3379
3335
  onBlur={[Function]}
3380
3336
  onClick={[Function]}
3381
- onDragStart={[Function]}
3382
3337
  onFocus={[Function]}
3383
3338
  onKeyDown={[Function]}
3384
3339
  onKeyUp={[Function]}
@@ -3455,7 +3410,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false hovere
3455
3410
  className=""
3456
3411
  onBlur={[Function]}
3457
3412
  onClick={[Function]}
3458
- onDragStart={[Function]}
3459
3413
  onFocus={[Function]}
3460
3414
  onKeyDown={[Function]}
3461
3415
  onKeyUp={[Function]}
@@ -3532,7 +3486,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false presse
3532
3486
  className=""
3533
3487
  onBlur={[Function]}
3534
3488
  onClick={[Function]}
3535
- onDragStart={[Function]}
3536
3489
  onFocus={[Function]}
3537
3490
  onKeyDown={[Function]}
3538
3491
  onKeyUp={[Function]}
@@ -3609,7 +3562,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true disable
3609
3562
  className=""
3610
3563
  onBlur={[Function]}
3611
3564
  onClick={[Function]}
3612
- onDragStart={[Function]}
3613
3565
  onFocus={[Function]}
3614
3566
  onKeyDown={[Function]}
3615
3567
  onKeyUp={[Function]}
@@ -3685,7 +3637,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
3685
3637
  className=""
3686
3638
  onBlur={[Function]}
3687
3639
  onClick={[Function]}
3688
- onDragStart={[Function]}
3689
3640
  onFocus={[Function]}
3690
3641
  onKeyDown={[Function]}
3691
3642
  onKeyUp={[Function]}
@@ -3762,7 +3713,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
3762
3713
  className=""
3763
3714
  onBlur={[Function]}
3764
3715
  onClick={[Function]}
3765
- onDragStart={[Function]}
3766
3716
  onFocus={[Function]}
3767
3717
  onKeyDown={[Function]}
3768
3718
  onKeyUp={[Function]}
@@ -3839,7 +3789,6 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
3839
3789
  className=""
3840
3790
  onBlur={[Function]}
3841
3791
  onClick={[Function]}
3842
- onDragStart={[Function]}
3843
3792
  onFocus={[Function]}
3844
3793
  onKeyDown={[Function]}
3845
3794
  onKeyUp={[Function]}
@@ -3916,7 +3865,6 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
3916
3865
  className=""
3917
3866
  onBlur={[Function]}
3918
3867
  onClick={[Function]}
3919
- onDragStart={[Function]}
3920
3868
  onFocus={[Function]}
3921
3869
  onKeyDown={[Function]}
3922
3870
  onKeyUp={[Function]}
@@ -4047,7 +3995,6 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
4047
3995
  className=""
4048
3996
  onBlur={[Function]}
4049
3997
  onClick={[Function]}
4050
- onDragStart={[Function]}
4051
3998
  onFocus={[Function]}
4052
3999
  onKeyDown={[Function]}
4053
4000
  onKeyUp={[Function]}
@@ -4178,7 +4125,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:false disabled
4178
4125
  className=""
4179
4126
  onBlur={[Function]}
4180
4127
  onClick={[Function]}
4181
- onDragStart={[Function]}
4182
4128
  onFocus={[Function]}
4183
4129
  onKeyDown={[Function]}
4184
4130
  onKeyUp={[Function]}
@@ -4260,7 +4206,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:false focused
4260
4206
  className=""
4261
4207
  onBlur={[Function]}
4262
4208
  onClick={[Function]}
4263
- onDragStart={[Function]}
4264
4209
  onFocus={[Function]}
4265
4210
  onKeyDown={[Function]}
4266
4211
  onKeyUp={[Function]}
@@ -4339,7 +4284,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:false hovered
4339
4284
  className=""
4340
4285
  onBlur={[Function]}
4341
4286
  onClick={[Function]}
4342
- onDragStart={[Function]}
4343
4287
  onFocus={[Function]}
4344
4288
  onKeyDown={[Function]}
4345
4289
  onKeyUp={[Function]}
@@ -4418,7 +4362,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:false pressed
4418
4362
  className=""
4419
4363
  onBlur={[Function]}
4420
4364
  onClick={[Function]}
4421
- onDragStart={[Function]}
4422
4365
  onFocus={[Function]}
4423
4366
  onKeyDown={[Function]}
4424
4367
  onKeyUp={[Function]}
@@ -4497,7 +4440,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:true disabled
4497
4440
  className=""
4498
4441
  onBlur={[Function]}
4499
4442
  onClick={[Function]}
4500
- onDragStart={[Function]}
4501
4443
  onFocus={[Function]}
4502
4444
  onKeyDown={[Function]}
4503
4445
  onKeyUp={[Function]}
@@ -4579,7 +4521,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:true focused 1
4579
4521
  className=""
4580
4522
  onBlur={[Function]}
4581
4523
  onClick={[Function]}
4582
- onDragStart={[Function]}
4583
4524
  onFocus={[Function]}
4584
4525
  onKeyDown={[Function]}
4585
4526
  onKeyUp={[Function]}
@@ -4658,7 +4599,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:true hovered 1
4658
4599
  className=""
4659
4600
  onBlur={[Function]}
4660
4601
  onClick={[Function]}
4661
- onDragStart={[Function]}
4662
4602
  onFocus={[Function]}
4663
4603
  onKeyDown={[Function]}
4664
4604
  onKeyUp={[Function]}
@@ -4737,7 +4677,6 @@ exports[`ButtonCore kind:secondary color:default size:large light:true pressed 1
4737
4677
  className=""
4738
4678
  onBlur={[Function]}
4739
4679
  onClick={[Function]}
4740
- onDragStart={[Function]}
4741
4680
  onFocus={[Function]}
4742
4681
  onKeyDown={[Function]}
4743
4682
  onKeyUp={[Function]}
@@ -4816,7 +4755,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false disable
4816
4755
  className=""
4817
4756
  onBlur={[Function]}
4818
4757
  onClick={[Function]}
4819
- onDragStart={[Function]}
4820
4758
  onFocus={[Function]}
4821
4759
  onKeyDown={[Function]}
4822
4760
  onKeyUp={[Function]}
@@ -4898,7 +4836,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false focused
4898
4836
  className=""
4899
4837
  onBlur={[Function]}
4900
4838
  onClick={[Function]}
4901
- onDragStart={[Function]}
4902
4839
  onFocus={[Function]}
4903
4840
  onKeyDown={[Function]}
4904
4841
  onKeyUp={[Function]}
@@ -4977,7 +4914,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false hovered
4977
4914
  className=""
4978
4915
  onBlur={[Function]}
4979
4916
  onClick={[Function]}
4980
- onDragStart={[Function]}
4981
4917
  onFocus={[Function]}
4982
4918
  onKeyDown={[Function]}
4983
4919
  onKeyUp={[Function]}
@@ -5056,7 +4992,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false pressed
5056
4992
  className=""
5057
4993
  onBlur={[Function]}
5058
4994
  onClick={[Function]}
5059
- onDragStart={[Function]}
5060
4995
  onFocus={[Function]}
5061
4996
  onKeyDown={[Function]}
5062
4997
  onKeyUp={[Function]}
@@ -5135,7 +5070,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true disabled
5135
5070
  className=""
5136
5071
  onBlur={[Function]}
5137
5072
  onClick={[Function]}
5138
- onDragStart={[Function]}
5139
5073
  onFocus={[Function]}
5140
5074
  onKeyDown={[Function]}
5141
5075
  onKeyUp={[Function]}
@@ -5217,7 +5151,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true focused
5217
5151
  className=""
5218
5152
  onBlur={[Function]}
5219
5153
  onClick={[Function]}
5220
- onDragStart={[Function]}
5221
5154
  onFocus={[Function]}
5222
5155
  onKeyDown={[Function]}
5223
5156
  onKeyUp={[Function]}
@@ -5296,7 +5229,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true hovered
5296
5229
  className=""
5297
5230
  onBlur={[Function]}
5298
5231
  onClick={[Function]}
5299
- onDragStart={[Function]}
5300
5232
  onFocus={[Function]}
5301
5233
  onKeyDown={[Function]}
5302
5234
  onKeyUp={[Function]}
@@ -5375,7 +5307,6 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true pressed
5375
5307
  className=""
5376
5308
  onBlur={[Function]}
5377
5309
  onClick={[Function]}
5378
- onDragStart={[Function]}
5379
5310
  onFocus={[Function]}
5380
5311
  onKeyDown={[Function]}
5381
5312
  onKeyUp={[Function]}
@@ -5454,7 +5385,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:false disabled
5454
5385
  className=""
5455
5386
  onBlur={[Function]}
5456
5387
  onClick={[Function]}
5457
- onDragStart={[Function]}
5458
5388
  onFocus={[Function]}
5459
5389
  onKeyDown={[Function]}
5460
5390
  onKeyUp={[Function]}
@@ -5536,7 +5466,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:false focused
5536
5466
  className=""
5537
5467
  onBlur={[Function]}
5538
5468
  onClick={[Function]}
5539
- onDragStart={[Function]}
5540
5469
  onFocus={[Function]}
5541
5470
  onKeyDown={[Function]}
5542
5471
  onKeyUp={[Function]}
@@ -5615,7 +5544,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:false hovered
5615
5544
  className=""
5616
5545
  onBlur={[Function]}
5617
5546
  onClick={[Function]}
5618
- onDragStart={[Function]}
5619
5547
  onFocus={[Function]}
5620
5548
  onKeyDown={[Function]}
5621
5549
  onKeyUp={[Function]}
@@ -5694,7 +5622,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:false pressed
5694
5622
  className=""
5695
5623
  onBlur={[Function]}
5696
5624
  onClick={[Function]}
5697
- onDragStart={[Function]}
5698
5625
  onFocus={[Function]}
5699
5626
  onKeyDown={[Function]}
5700
5627
  onKeyUp={[Function]}
@@ -5773,7 +5700,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:true disabled
5773
5700
  className=""
5774
5701
  onBlur={[Function]}
5775
5702
  onClick={[Function]}
5776
- onDragStart={[Function]}
5777
5703
  onFocus={[Function]}
5778
5704
  onKeyDown={[Function]}
5779
5705
  onKeyUp={[Function]}
@@ -5855,7 +5781,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:true focused 1
5855
5781
  className=""
5856
5782
  onBlur={[Function]}
5857
5783
  onClick={[Function]}
5858
- onDragStart={[Function]}
5859
5784
  onFocus={[Function]}
5860
5785
  onKeyDown={[Function]}
5861
5786
  onKeyUp={[Function]}
@@ -5934,7 +5859,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1
5934
5859
  className=""
5935
5860
  onBlur={[Function]}
5936
5861
  onClick={[Function]}
5937
- onDragStart={[Function]}
5938
5862
  onFocus={[Function]}
5939
5863
  onKeyDown={[Function]}
5940
5864
  onKeyUp={[Function]}
@@ -6013,7 +5937,6 @@ exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1
6013
5937
  className=""
6014
5938
  onBlur={[Function]}
6015
5939
  onClick={[Function]}
6016
- onDragStart={[Function]}
6017
5940
  onFocus={[Function]}
6018
5941
  onKeyDown={[Function]}
6019
5942
  onKeyUp={[Function]}
@@ -6092,7 +6015,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false disa
6092
6015
  className=""
6093
6016
  onBlur={[Function]}
6094
6017
  onClick={[Function]}
6095
- onDragStart={[Function]}
6096
6018
  onFocus={[Function]}
6097
6019
  onKeyDown={[Function]}
6098
6020
  onKeyUp={[Function]}
@@ -6174,7 +6096,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false focu
6174
6096
  className=""
6175
6097
  onBlur={[Function]}
6176
6098
  onClick={[Function]}
6177
- onDragStart={[Function]}
6178
6099
  onFocus={[Function]}
6179
6100
  onKeyDown={[Function]}
6180
6101
  onKeyUp={[Function]}
@@ -6253,7 +6174,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false hove
6253
6174
  className=""
6254
6175
  onBlur={[Function]}
6255
6176
  onClick={[Function]}
6256
- onDragStart={[Function]}
6257
6177
  onFocus={[Function]}
6258
6178
  onKeyDown={[Function]}
6259
6179
  onKeyUp={[Function]}
@@ -6332,7 +6252,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false pres
6332
6252
  className=""
6333
6253
  onBlur={[Function]}
6334
6254
  onClick={[Function]}
6335
- onDragStart={[Function]}
6336
6255
  onFocus={[Function]}
6337
6256
  onKeyDown={[Function]}
6338
6257
  onKeyUp={[Function]}
@@ -6411,7 +6330,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true disab
6411
6330
  className=""
6412
6331
  onBlur={[Function]}
6413
6332
  onClick={[Function]}
6414
- onDragStart={[Function]}
6415
6333
  onFocus={[Function]}
6416
6334
  onKeyDown={[Function]}
6417
6335
  onKeyUp={[Function]}
@@ -6493,7 +6411,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true focus
6493
6411
  className=""
6494
6412
  onBlur={[Function]}
6495
6413
  onClick={[Function]}
6496
- onDragStart={[Function]}
6497
6414
  onFocus={[Function]}
6498
6415
  onKeyDown={[Function]}
6499
6416
  onKeyUp={[Function]}
@@ -6572,7 +6489,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true hover
6572
6489
  className=""
6573
6490
  onBlur={[Function]}
6574
6491
  onClick={[Function]}
6575
- onDragStart={[Function]}
6576
6492
  onFocus={[Function]}
6577
6493
  onKeyDown={[Function]}
6578
6494
  onKeyUp={[Function]}
@@ -6651,7 +6567,6 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true press
6651
6567
  className=""
6652
6568
  onBlur={[Function]}
6653
6569
  onClick={[Function]}
6654
- onDragStart={[Function]}
6655
6570
  onFocus={[Function]}
6656
6571
  onKeyDown={[Function]}
6657
6572
  onKeyUp={[Function]}
@@ -6730,7 +6645,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false dis
6730
6645
  className=""
6731
6646
  onBlur={[Function]}
6732
6647
  onClick={[Function]}
6733
- onDragStart={[Function]}
6734
6648
  onFocus={[Function]}
6735
6649
  onKeyDown={[Function]}
6736
6650
  onKeyUp={[Function]}
@@ -6812,7 +6726,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false foc
6812
6726
  className=""
6813
6727
  onBlur={[Function]}
6814
6728
  onClick={[Function]}
6815
- onDragStart={[Function]}
6816
6729
  onFocus={[Function]}
6817
6730
  onKeyDown={[Function]}
6818
6731
  onKeyUp={[Function]}
@@ -6891,7 +6804,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false hov
6891
6804
  className=""
6892
6805
  onBlur={[Function]}
6893
6806
  onClick={[Function]}
6894
- onDragStart={[Function]}
6895
6807
  onFocus={[Function]}
6896
6808
  onKeyDown={[Function]}
6897
6809
  onKeyUp={[Function]}
@@ -6970,7 +6882,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false pre
6970
6882
  className=""
6971
6883
  onBlur={[Function]}
6972
6884
  onClick={[Function]}
6973
- onDragStart={[Function]}
6974
6885
  onFocus={[Function]}
6975
6886
  onKeyDown={[Function]}
6976
6887
  onKeyUp={[Function]}
@@ -7049,7 +6960,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true disa
7049
6960
  className=""
7050
6961
  onBlur={[Function]}
7051
6962
  onClick={[Function]}
7052
- onDragStart={[Function]}
7053
6963
  onFocus={[Function]}
7054
6964
  onKeyDown={[Function]}
7055
6965
  onKeyUp={[Function]}
@@ -7131,7 +7041,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true focu
7131
7041
  className=""
7132
7042
  onBlur={[Function]}
7133
7043
  onClick={[Function]}
7134
- onDragStart={[Function]}
7135
7044
  onFocus={[Function]}
7136
7045
  onKeyDown={[Function]}
7137
7046
  onKeyUp={[Function]}
@@ -7210,7 +7119,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true hove
7210
7119
  className=""
7211
7120
  onBlur={[Function]}
7212
7121
  onClick={[Function]}
7213
- onDragStart={[Function]}
7214
7122
  onFocus={[Function]}
7215
7123
  onKeyDown={[Function]}
7216
7124
  onKeyUp={[Function]}
@@ -7289,7 +7197,6 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true pres
7289
7197
  className=""
7290
7198
  onBlur={[Function]}
7291
7199
  onClick={[Function]}
7292
- onDragStart={[Function]}
7293
7200
  onFocus={[Function]}
7294
7201
  onKeyDown={[Function]}
7295
7202
  onKeyUp={[Function]}
@@ -7368,7 +7275,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false disa
7368
7275
  className=""
7369
7276
  onBlur={[Function]}
7370
7277
  onClick={[Function]}
7371
- onDragStart={[Function]}
7372
7278
  onFocus={[Function]}
7373
7279
  onKeyDown={[Function]}
7374
7280
  onKeyUp={[Function]}
@@ -7450,7 +7356,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false focu
7450
7356
  className=""
7451
7357
  onBlur={[Function]}
7452
7358
  onClick={[Function]}
7453
- onDragStart={[Function]}
7454
7359
  onFocus={[Function]}
7455
7360
  onKeyDown={[Function]}
7456
7361
  onKeyUp={[Function]}
@@ -7529,7 +7434,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false hove
7529
7434
  className=""
7530
7435
  onBlur={[Function]}
7531
7436
  onClick={[Function]}
7532
- onDragStart={[Function]}
7533
7437
  onFocus={[Function]}
7534
7438
  onKeyDown={[Function]}
7535
7439
  onKeyUp={[Function]}
@@ -7608,7 +7512,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false pres
7608
7512
  className=""
7609
7513
  onBlur={[Function]}
7610
7514
  onClick={[Function]}
7611
- onDragStart={[Function]}
7612
7515
  onFocus={[Function]}
7613
7516
  onKeyDown={[Function]}
7614
7517
  onKeyUp={[Function]}
@@ -7687,7 +7590,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true disab
7687
7590
  className=""
7688
7591
  onBlur={[Function]}
7689
7592
  onClick={[Function]}
7690
- onDragStart={[Function]}
7691
7593
  onFocus={[Function]}
7692
7594
  onKeyDown={[Function]}
7693
7595
  onKeyUp={[Function]}
@@ -7769,7 +7671,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true focus
7769
7671
  className=""
7770
7672
  onBlur={[Function]}
7771
7673
  onClick={[Function]}
7772
- onDragStart={[Function]}
7773
7674
  onFocus={[Function]}
7774
7675
  onKeyDown={[Function]}
7775
7676
  onKeyUp={[Function]}
@@ -7848,7 +7749,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true hover
7848
7749
  className=""
7849
7750
  onBlur={[Function]}
7850
7751
  onClick={[Function]}
7851
- onDragStart={[Function]}
7852
7752
  onFocus={[Function]}
7853
7753
  onKeyDown={[Function]}
7854
7754
  onKeyUp={[Function]}
@@ -7927,7 +7827,6 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true press
7927
7827
  className=""
7928
7828
  onBlur={[Function]}
7929
7829
  onClick={[Function]}
7930
- onDragStart={[Function]}
7931
7830
  onFocus={[Function]}
7932
7831
  onKeyDown={[Function]}
7933
7832
  onKeyUp={[Function]}
@@ -8006,7 +7905,6 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
8006
7905
  className=""
8007
7906
  onBlur={[Function]}
8008
7907
  onClick={[Function]}
8009
- onDragStart={[Function]}
8010
7908
  onFocus={[Function]}
8011
7909
  onKeyDown={[Function]}
8012
7910
  onKeyUp={[Function]}
@@ -8143,7 +8041,6 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
8143
8041
  className=""
8144
8042
  onBlur={[Function]}
8145
8043
  onClick={[Function]}
8146
- onDragStart={[Function]}
8147
8044
  onFocus={[Function]}
8148
8045
  onKeyDown={[Function]}
8149
8046
  onKeyUp={[Function]}
@@ -8280,7 +8177,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false disabled
8280
8177
  className=""
8281
8178
  onBlur={[Function]}
8282
8179
  onClick={[Function]}
8283
- onDragStart={[Function]}
8284
8180
  onFocus={[Function]}
8285
8181
  onKeyDown={[Function]}
8286
8182
  onKeyUp={[Function]}
@@ -8366,7 +8262,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
8366
8262
  className=""
8367
8263
  onBlur={[Function]}
8368
8264
  onClick={[Function]}
8369
- onDragStart={[Function]}
8370
8265
  onFocus={[Function]}
8371
8266
  onKeyDown={[Function]}
8372
8267
  onKeyUp={[Function]}
@@ -8453,7 +8348,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1
8453
8348
  className=""
8454
8349
  onBlur={[Function]}
8455
8350
  onClick={[Function]}
8456
- onDragStart={[Function]}
8457
8351
  onFocus={[Function]}
8458
8352
  onKeyDown={[Function]}
8459
8353
  onKeyUp={[Function]}
@@ -8540,7 +8434,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1
8540
8434
  className=""
8541
8435
  onBlur={[Function]}
8542
8436
  onClick={[Function]}
8543
- onDragStart={[Function]}
8544
8437
  onFocus={[Function]}
8545
8438
  onKeyDown={[Function]}
8546
8439
  onKeyUp={[Function]}
@@ -8628,7 +8521,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true disabled 1
8628
8521
  className=""
8629
8522
  onBlur={[Function]}
8630
8523
  onClick={[Function]}
8631
- onDragStart={[Function]}
8632
8524
  onFocus={[Function]}
8633
8525
  onKeyDown={[Function]}
8634
8526
  onKeyUp={[Function]}
@@ -8714,7 +8606,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
8714
8606
  className=""
8715
8607
  onBlur={[Function]}
8716
8608
  onClick={[Function]}
8717
- onDragStart={[Function]}
8718
8609
  onFocus={[Function]}
8719
8610
  onKeyDown={[Function]}
8720
8611
  onKeyUp={[Function]}
@@ -8801,7 +8692,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`
8801
8692
  className=""
8802
8693
  onBlur={[Function]}
8803
8694
  onClick={[Function]}
8804
- onDragStart={[Function]}
8805
8695
  onFocus={[Function]}
8806
8696
  onKeyDown={[Function]}
8807
8697
  onKeyUp={[Function]}
@@ -8888,7 +8778,6 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`
8888
8778
  className=""
8889
8779
  onBlur={[Function]}
8890
8780
  onClick={[Function]}
8891
- onDragStart={[Function]}
8892
8781
  onFocus={[Function]}
8893
8782
  onKeyDown={[Function]}
8894
8783
  onKeyUp={[Function]}
@@ -8976,7 +8865,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled
8976
8865
  className=""
8977
8866
  onBlur={[Function]}
8978
8867
  onClick={[Function]}
8979
- onDragStart={[Function]}
8980
8868
  onFocus={[Function]}
8981
8869
  onKeyDown={[Function]}
8982
8870
  onKeyUp={[Function]}
@@ -9062,7 +8950,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
9062
8950
  className=""
9063
8951
  onBlur={[Function]}
9064
8952
  onClick={[Function]}
9065
- onDragStart={[Function]}
9066
8953
  onFocus={[Function]}
9067
8954
  onKeyDown={[Function]}
9068
8955
  onKeyUp={[Function]}
@@ -9149,7 +9036,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
9149
9036
  className=""
9150
9037
  onBlur={[Function]}
9151
9038
  onClick={[Function]}
9152
- onDragStart={[Function]}
9153
9039
  onFocus={[Function]}
9154
9040
  onKeyDown={[Function]}
9155
9041
  onKeyUp={[Function]}
@@ -9236,7 +9122,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
9236
9122
  className=""
9237
9123
  onBlur={[Function]}
9238
9124
  onClick={[Function]}
9239
- onDragStart={[Function]}
9240
9125
  onFocus={[Function]}
9241
9126
  onKeyDown={[Function]}
9242
9127
  onKeyUp={[Function]}
@@ -9324,7 +9209,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled
9324
9209
  className=""
9325
9210
  onBlur={[Function]}
9326
9211
  onClick={[Function]}
9327
- onDragStart={[Function]}
9328
9212
  onFocus={[Function]}
9329
9213
  onKeyDown={[Function]}
9330
9214
  onKeyUp={[Function]}
@@ -9410,7 +9294,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
9410
9294
  className=""
9411
9295
  onBlur={[Function]}
9412
9296
  onClick={[Function]}
9413
- onDragStart={[Function]}
9414
9297
  onFocus={[Function]}
9415
9298
  onKeyDown={[Function]}
9416
9299
  onKeyUp={[Function]}
@@ -9497,7 +9380,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
9497
9380
  className=""
9498
9381
  onBlur={[Function]}
9499
9382
  onClick={[Function]}
9500
- onDragStart={[Function]}
9501
9383
  onFocus={[Function]}
9502
9384
  onKeyDown={[Function]}
9503
9385
  onKeyUp={[Function]}
@@ -9584,7 +9466,6 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
9584
9466
  className=""
9585
9467
  onBlur={[Function]}
9586
9468
  onClick={[Function]}
9587
- onDragStart={[Function]}
9588
9469
  onFocus={[Function]}
9589
9470
  onKeyDown={[Function]}
9590
9471
  onKeyUp={[Function]}
@@ -9672,7 +9553,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false disabled
9672
9553
  className=""
9673
9554
  onBlur={[Function]}
9674
9555
  onClick={[Function]}
9675
- onDragStart={[Function]}
9676
9556
  onFocus={[Function]}
9677
9557
  onKeyDown={[Function]}
9678
9558
  onKeyUp={[Function]}
@@ -9758,7 +9638,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
9758
9638
  className=""
9759
9639
  onBlur={[Function]}
9760
9640
  onClick={[Function]}
9761
- onDragStart={[Function]}
9762
9641
  onFocus={[Function]}
9763
9642
  onKeyDown={[Function]}
9764
9643
  onKeyUp={[Function]}
@@ -9845,7 +9724,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
9845
9724
  className=""
9846
9725
  onBlur={[Function]}
9847
9726
  onClick={[Function]}
9848
- onDragStart={[Function]}
9849
9727
  onFocus={[Function]}
9850
9728
  onKeyDown={[Function]}
9851
9729
  onKeyUp={[Function]}
@@ -9932,7 +9810,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
9932
9810
  className=""
9933
9811
  onBlur={[Function]}
9934
9812
  onClick={[Function]}
9935
- onDragStart={[Function]}
9936
9813
  onFocus={[Function]}
9937
9814
  onKeyDown={[Function]}
9938
9815
  onKeyUp={[Function]}
@@ -10020,7 +9897,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1
10020
9897
  className=""
10021
9898
  onBlur={[Function]}
10022
9899
  onClick={[Function]}
10023
- onDragStart={[Function]}
10024
9900
  onFocus={[Function]}
10025
9901
  onKeyDown={[Function]}
10026
9902
  onKeyUp={[Function]}
@@ -10106,7 +9982,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
10106
9982
  className=""
10107
9983
  onBlur={[Function]}
10108
9984
  onClick={[Function]}
10109
- onDragStart={[Function]}
10110
9985
  onFocus={[Function]}
10111
9986
  onKeyDown={[Function]}
10112
9987
  onKeyUp={[Function]}
@@ -10193,7 +10068,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
10193
10068
  className=""
10194
10069
  onBlur={[Function]}
10195
10070
  onClick={[Function]}
10196
- onDragStart={[Function]}
10197
10071
  onFocus={[Function]}
10198
10072
  onKeyDown={[Function]}
10199
10073
  onKeyUp={[Function]}
@@ -10280,7 +10154,6 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
10280
10154
  className=""
10281
10155
  onBlur={[Function]}
10282
10156
  onClick={[Function]}
10283
- onDragStart={[Function]}
10284
10157
  onFocus={[Function]}
10285
10158
  onKeyDown={[Function]}
10286
10159
  onKeyUp={[Function]}
@@ -10368,7 +10241,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false disab
10368
10241
  className=""
10369
10242
  onBlur={[Function]}
10370
10243
  onClick={[Function]}
10371
- onDragStart={[Function]}
10372
10244
  onFocus={[Function]}
10373
10245
  onKeyDown={[Function]}
10374
10246
  onKeyUp={[Function]}
@@ -10454,7 +10326,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
10454
10326
  className=""
10455
10327
  onBlur={[Function]}
10456
10328
  onClick={[Function]}
10457
- onDragStart={[Function]}
10458
10329
  onFocus={[Function]}
10459
10330
  onKeyDown={[Function]}
10460
10331
  onKeyUp={[Function]}
@@ -10541,7 +10412,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false hover
10541
10412
  className=""
10542
10413
  onBlur={[Function]}
10543
10414
  onClick={[Function]}
10544
- onDragStart={[Function]}
10545
10415
  onFocus={[Function]}
10546
10416
  onKeyDown={[Function]}
10547
10417
  onKeyUp={[Function]}
@@ -10628,7 +10498,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false press
10628
10498
  className=""
10629
10499
  onBlur={[Function]}
10630
10500
  onClick={[Function]}
10631
- onDragStart={[Function]}
10632
10501
  onFocus={[Function]}
10633
10502
  onKeyDown={[Function]}
10634
10503
  onKeyUp={[Function]}
@@ -10716,7 +10585,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true disabl
10716
10585
  className=""
10717
10586
  onBlur={[Function]}
10718
10587
  onClick={[Function]}
10719
- onDragStart={[Function]}
10720
10588
  onFocus={[Function]}
10721
10589
  onKeyDown={[Function]}
10722
10590
  onKeyUp={[Function]}
@@ -10802,7 +10670,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
10802
10670
  className=""
10803
10671
  onBlur={[Function]}
10804
10672
  onClick={[Function]}
10805
- onDragStart={[Function]}
10806
10673
  onFocus={[Function]}
10807
10674
  onKeyDown={[Function]}
10808
10675
  onKeyUp={[Function]}
@@ -10889,7 +10756,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovere
10889
10756
  className=""
10890
10757
  onBlur={[Function]}
10891
10758
  onClick={[Function]}
10892
- onDragStart={[Function]}
10893
10759
  onFocus={[Function]}
10894
10760
  onKeyDown={[Function]}
10895
10761
  onKeyUp={[Function]}
@@ -10976,7 +10842,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true presse
10976
10842
  className=""
10977
10843
  onBlur={[Function]}
10978
10844
  onClick={[Function]}
10979
- onDragStart={[Function]}
10980
10845
  onFocus={[Function]}
10981
10846
  onKeyDown={[Function]}
10982
10847
  onKeyUp={[Function]}
@@ -11064,7 +10929,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disa
11064
10929
  className=""
11065
10930
  onBlur={[Function]}
11066
10931
  onClick={[Function]}
11067
- onDragStart={[Function]}
11068
10932
  onFocus={[Function]}
11069
10933
  onKeyDown={[Function]}
11070
10934
  onKeyUp={[Function]}
@@ -11150,7 +11014,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
11150
11014
  className=""
11151
11015
  onBlur={[Function]}
11152
11016
  onClick={[Function]}
11153
- onDragStart={[Function]}
11154
11017
  onFocus={[Function]}
11155
11018
  onKeyDown={[Function]}
11156
11019
  onKeyUp={[Function]}
@@ -11237,7 +11100,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
11237
11100
  className=""
11238
11101
  onBlur={[Function]}
11239
11102
  onClick={[Function]}
11240
- onDragStart={[Function]}
11241
11103
  onFocus={[Function]}
11242
11104
  onKeyDown={[Function]}
11243
11105
  onKeyUp={[Function]}
@@ -11324,7 +11186,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
11324
11186
  className=""
11325
11187
  onBlur={[Function]}
11326
11188
  onClick={[Function]}
11327
- onDragStart={[Function]}
11328
11189
  onFocus={[Function]}
11329
11190
  onKeyDown={[Function]}
11330
11191
  onKeyUp={[Function]}
@@ -11412,7 +11273,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disab
11412
11273
  className=""
11413
11274
  onBlur={[Function]}
11414
11275
  onClick={[Function]}
11415
- onDragStart={[Function]}
11416
11276
  onFocus={[Function]}
11417
11277
  onKeyDown={[Function]}
11418
11278
  onKeyUp={[Function]}
@@ -11498,7 +11358,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
11498
11358
  className=""
11499
11359
  onBlur={[Function]}
11500
11360
  onClick={[Function]}
11501
- onDragStart={[Function]}
11502
11361
  onFocus={[Function]}
11503
11362
  onKeyDown={[Function]}
11504
11363
  onKeyUp={[Function]}
@@ -11585,7 +11444,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
11585
11444
  className=""
11586
11445
  onBlur={[Function]}
11587
11446
  onClick={[Function]}
11588
- onDragStart={[Function]}
11589
11447
  onFocus={[Function]}
11590
11448
  onKeyDown={[Function]}
11591
11449
  onKeyUp={[Function]}
@@ -11672,7 +11530,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
11672
11530
  className=""
11673
11531
  onBlur={[Function]}
11674
11532
  onClick={[Function]}
11675
- onDragStart={[Function]}
11676
11533
  onFocus={[Function]}
11677
11534
  onKeyDown={[Function]}
11678
11535
  onKeyUp={[Function]}
@@ -11760,7 +11617,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false disab
11760
11617
  className=""
11761
11618
  onBlur={[Function]}
11762
11619
  onClick={[Function]}
11763
- onDragStart={[Function]}
11764
11620
  onFocus={[Function]}
11765
11621
  onKeyDown={[Function]}
11766
11622
  onKeyUp={[Function]}
@@ -11846,7 +11702,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
11846
11702
  className=""
11847
11703
  onBlur={[Function]}
11848
11704
  onClick={[Function]}
11849
- onDragStart={[Function]}
11850
11705
  onFocus={[Function]}
11851
11706
  onKeyDown={[Function]}
11852
11707
  onKeyUp={[Function]}
@@ -11933,7 +11788,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
11933
11788
  className=""
11934
11789
  onBlur={[Function]}
11935
11790
  onClick={[Function]}
11936
- onDragStart={[Function]}
11937
11791
  onFocus={[Function]}
11938
11792
  onKeyDown={[Function]}
11939
11793
  onKeyUp={[Function]}
@@ -12020,7 +11874,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
12020
11874
  className=""
12021
11875
  onBlur={[Function]}
12022
11876
  onClick={[Function]}
12023
- onDragStart={[Function]}
12024
11877
  onFocus={[Function]}
12025
11878
  onKeyDown={[Function]}
12026
11879
  onKeyUp={[Function]}
@@ -12108,7 +11961,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabl
12108
11961
  className=""
12109
11962
  onBlur={[Function]}
12110
11963
  onClick={[Function]}
12111
- onDragStart={[Function]}
12112
11964
  onFocus={[Function]}
12113
11965
  onKeyDown={[Function]}
12114
11966
  onKeyUp={[Function]}
@@ -12194,7 +12046,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
12194
12046
  className=""
12195
12047
  onBlur={[Function]}
12196
12048
  onClick={[Function]}
12197
- onDragStart={[Function]}
12198
12049
  onFocus={[Function]}
12199
12050
  onKeyDown={[Function]}
12200
12051
  onKeyUp={[Function]}
@@ -12281,7 +12132,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
12281
12132
  className=""
12282
12133
  onBlur={[Function]}
12283
12134
  onClick={[Function]}
12284
- onDragStart={[Function]}
12285
12135
  onFocus={[Function]}
12286
12136
  onKeyDown={[Function]}
12287
12137
  onKeyUp={[Function]}
@@ -12368,7 +12218,6 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
12368
12218
  className=""
12369
12219
  onBlur={[Function]}
12370
12220
  onClick={[Function]}
12371
- onDragStart={[Function]}
12372
12221
  onFocus={[Function]}
12373
12222
  onKeyDown={[Function]}
12374
12223
  onKeyUp={[Function]}
@@ -12456,7 +12305,6 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
12456
12305
  className=""
12457
12306
  onBlur={[Function]}
12458
12307
  onClick={[Function]}
12459
- onDragStart={[Function]}
12460
12308
  onFocus={[Function]}
12461
12309
  onKeyDown={[Function]}
12462
12310
  onKeyUp={[Function]}
@@ -12597,7 +12445,6 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
12597
12445
  className=""
12598
12446
  onBlur={[Function]}
12599
12447
  onClick={[Function]}
12600
- onDragStart={[Function]}
12601
12448
  onFocus={[Function]}
12602
12449
  onKeyDown={[Function]}
12603
12450
  onKeyUp={[Function]}
@@ -11,7 +11,6 @@ const defaultHandlers = {
11
11
  onMouseLeave: () => void 0,
12
12
  onMouseDown: () => void 0,
13
13
  onMouseUp: () => void 0,
14
- onDragStart: () => void 0,
15
14
  onTouchStart: () => void 0,
16
15
  onTouchEnd: () => void 0,
17
16
  onTouchCancel: () => void 0,
@@ -46,7 +46,10 @@ Default.args = {
46
46
  light: false,
47
47
  disabled: false,
48
48
  style: {maxWidth: 200},
49
- onClick: () => {},
49
+ onClick: () => {
50
+ // eslint-disable-next-line no-alert
51
+ alert("Click!");
52
+ },
50
53
  };
51
54
 
52
55
  Default.parameters = {