dash_mantine_components 0.13.0-a2 → 0.13.0-a3

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.
@@ -215,6 +215,22 @@
215
215
  "raw": "(props: Record<string, any>) => void"
216
216
  }
217
217
  },
218
+ "data-*": {
219
+ "description": "Wild card data attributes",
220
+ "required": false,
221
+ "type": {
222
+ "name": "string",
223
+ "raw": "string"
224
+ }
225
+ },
226
+ "aria-*": {
227
+ "description": "Wild card aria attributes",
228
+ "required": false,
229
+ "type": {
230
+ "name": "string",
231
+ "raw": "string"
232
+ }
233
+ },
218
234
  "persistence": {
219
235
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
220
236
  "required": false,
@@ -276,7 +292,7 @@
276
292
  }
277
293
  },
278
294
  "classNames": {
279
- "description": "add class names to Mantine components",
295
+ "description": "Adds class names to Mantine components",
280
296
  "required": false,
281
297
  "type": {
282
298
  "name": "object",
@@ -1300,8 +1316,24 @@
1300
1316
  "raw": "(props: Record<string, any>) => void"
1301
1317
  }
1302
1318
  },
1319
+ "data-*": {
1320
+ "description": "Wild card data attributes",
1321
+ "required": false,
1322
+ "type": {
1323
+ "name": "string",
1324
+ "raw": "string"
1325
+ }
1326
+ },
1327
+ "aria-*": {
1328
+ "description": "Wild card aria attributes",
1329
+ "required": false,
1330
+ "type": {
1331
+ "name": "string",
1332
+ "raw": "string"
1333
+ }
1334
+ },
1303
1335
  "classNames": {
1304
- "description": "add class names to Mantine components",
1336
+ "description": "Adds class names to Mantine components",
1305
1337
  "required": false,
1306
1338
  "type": {
1307
1339
  "name": "object",
@@ -2309,8 +2341,24 @@
2309
2341
  "raw": "(props: Record<string, any>) => void"
2310
2342
  }
2311
2343
  },
2344
+ "data-*": {
2345
+ "description": "Wild card data attributes",
2346
+ "required": false,
2347
+ "type": {
2348
+ "name": "string",
2349
+ "raw": "string"
2350
+ }
2351
+ },
2352
+ "aria-*": {
2353
+ "description": "Wild card aria attributes",
2354
+ "required": false,
2355
+ "type": {
2356
+ "name": "string",
2357
+ "raw": "string"
2358
+ }
2359
+ },
2312
2360
  "classNames": {
2313
- "description": "add class names to Mantine components",
2361
+ "description": "Adds class names to Mantine components",
2314
2362
  "required": false,
2315
2363
  "type": {
2316
2364
  "name": "object",
@@ -3310,8 +3358,24 @@
3310
3358
  "raw": "(props: Record<string, any>) => void"
3311
3359
  }
3312
3360
  },
3361
+ "data-*": {
3362
+ "description": "Wild card data attributes",
3363
+ "required": false,
3364
+ "type": {
3365
+ "name": "string",
3366
+ "raw": "string"
3367
+ }
3368
+ },
3369
+ "aria-*": {
3370
+ "description": "Wild card aria attributes",
3371
+ "required": false,
3372
+ "type": {
3373
+ "name": "string",
3374
+ "raw": "string"
3375
+ }
3376
+ },
3313
3377
  "classNames": {
3314
- "description": "add class names to Mantine components",
3378
+ "description": "Adds class names to Mantine components",
3315
3379
  "required": false,
3316
3380
  "type": {
3317
3381
  "name": "object",
@@ -4271,14 +4335,6 @@
4271
4335
  "displayName": "Navbar",
4272
4336
  "description": "bar.",
4273
4337
  "props": {
4274
- "variant": {
4275
- "description": "",
4276
- "required": false,
4277
- "type": {
4278
- "name": "string",
4279
- "raw": "string"
4280
- }
4281
- },
4282
4338
  "width": {
4283
4339
  "description": "Component width with breakpoints",
4284
4340
  "required": false,
@@ -4443,6 +4499,22 @@
4443
4499
  "raw": "(props: Record<string, any>) => void"
4444
4500
  }
4445
4501
  },
4502
+ "data-*": {
4503
+ "description": "Wild card data attributes",
4504
+ "required": false,
4505
+ "type": {
4506
+ "name": "string",
4507
+ "raw": "string"
4508
+ }
4509
+ },
4510
+ "aria-*": {
4511
+ "description": "Wild card aria attributes",
4512
+ "required": false,
4513
+ "type": {
4514
+ "name": "string",
4515
+ "raw": "string"
4516
+ }
4517
+ },
4446
4518
  "m": {
4447
4519
  "description": "margin",
4448
4520
  "required": false,
@@ -5366,7 +5438,7 @@
5366
5438
  }
5367
5439
  },
5368
5440
  "classNames": {
5369
- "description": "add class names to Mantine components",
5441
+ "description": "Adds class names to Mantine components",
5370
5442
  "required": false,
5371
5443
  "type": {
5372
5444
  "name": "object",
@@ -5452,6 +5524,22 @@
5452
5524
  "raw": "(props: Record<string, any>) => void"
5453
5525
  }
5454
5526
  },
5527
+ "data-*": {
5528
+ "description": "Wild card data attributes",
5529
+ "required": false,
5530
+ "type": {
5531
+ "name": "string",
5532
+ "raw": "string"
5533
+ }
5534
+ },
5535
+ "aria-*": {
5536
+ "description": "Wild card aria attributes",
5537
+ "required": false,
5538
+ "type": {
5539
+ "name": "string",
5540
+ "raw": "string"
5541
+ }
5542
+ },
5455
5543
  "m": {
5456
5544
  "description": "margin",
5457
5545
  "required": false,
@@ -6375,7 +6463,7 @@
6375
6463
  }
6376
6464
  },
6377
6465
  "classNames": {
6378
- "description": "add class names to Mantine components",
6466
+ "description": "Adds class names to Mantine components",
6379
6467
  "required": false,
6380
6468
  "type": {
6381
6469
  "name": "object",
@@ -6413,14 +6501,6 @@
6413
6501
  "displayName": "AppShell",
6414
6502
  "description": "Responsive shell for your application with header and navbar. For more information, see: https://mantine.dev/core/app-shell/",
6415
6503
  "props": {
6416
- "variant": {
6417
- "description": "",
6418
- "required": false,
6419
- "type": {
6420
- "name": "string",
6421
- "raw": "string"
6422
- }
6423
- },
6424
6504
  "layout": {
6425
6505
  "description": "Determines how Navbar and Aside components are positioned relative to Header and Footer components",
6426
6506
  "required": false,
@@ -6765,6 +6845,22 @@
6765
6845
  "raw": "(props: Record<string, any>) => void"
6766
6846
  }
6767
6847
  },
6848
+ "data-*": {
6849
+ "description": "Wild card data attributes",
6850
+ "required": false,
6851
+ "type": {
6852
+ "name": "string",
6853
+ "raw": "string"
6854
+ }
6855
+ },
6856
+ "aria-*": {
6857
+ "description": "Wild card aria attributes",
6858
+ "required": false,
6859
+ "type": {
6860
+ "name": "string",
6861
+ "raw": "string"
6862
+ }
6863
+ },
6768
6864
  "m": {
6769
6865
  "description": "margin",
6770
6866
  "required": false,
@@ -7688,7 +7784,7 @@
7688
7784
  }
7689
7785
  },
7690
7786
  "classNames": {
7691
- "description": "add class names to Mantine components",
7787
+ "description": "Adds class names to Mantine components",
7692
7788
  "required": false,
7693
7789
  "type": {
7694
7790
  "name": "object",
@@ -7726,14 +7822,6 @@
7726
7822
  "displayName": "Aside",
7727
7823
  "description": "de.",
7728
7824
  "props": {
7729
- "variant": {
7730
- "description": "",
7731
- "required": false,
7732
- "type": {
7733
- "name": "string",
7734
- "raw": "string"
7735
- }
7736
- },
7737
7825
  "width": {
7738
7826
  "description": "Component width with breakpoints",
7739
7827
  "required": false,
@@ -7898,6 +7986,22 @@
7898
7986
  "raw": "(props: Record<string, any>) => void"
7899
7987
  }
7900
7988
  },
7989
+ "data-*": {
7990
+ "description": "Wild card data attributes",
7991
+ "required": false,
7992
+ "type": {
7993
+ "name": "string",
7994
+ "raw": "string"
7995
+ }
7996
+ },
7997
+ "aria-*": {
7998
+ "description": "Wild card aria attributes",
7999
+ "required": false,
8000
+ "type": {
8001
+ "name": "string",
8002
+ "raw": "string"
8003
+ }
8004
+ },
7901
8005
  "m": {
7902
8006
  "description": "margin",
7903
8007
  "required": false,
@@ -8821,7 +8925,7 @@
8821
8925
  }
8822
8926
  },
8823
8927
  "classNames": {
8824
- "description": "add class names to Mantine components",
8928
+ "description": "Adds class names to Mantine components",
8825
8929
  "required": false,
8826
8930
  "type": {
8827
8931
  "name": "object",
@@ -8859,14 +8963,6 @@
8859
8963
  "displayName": "Footer",
8860
8964
  "description": "ter.",
8861
8965
  "props": {
8862
- "variant": {
8863
- "description": "",
8864
- "required": false,
8865
- "type": {
8866
- "name": "string",
8867
- "raw": "string"
8868
- }
8869
- },
8870
8966
  "children": {
8871
8967
  "description": "Section content",
8872
8968
  "required": true,
@@ -8983,6 +9079,22 @@
8983
9079
  "raw": "(props: Record<string, any>) => void"
8984
9080
  }
8985
9081
  },
9082
+ "data-*": {
9083
+ "description": "Wild card data attributes",
9084
+ "required": false,
9085
+ "type": {
9086
+ "name": "string",
9087
+ "raw": "string"
9088
+ }
9089
+ },
9090
+ "aria-*": {
9091
+ "description": "Wild card aria attributes",
9092
+ "required": false,
9093
+ "type": {
9094
+ "name": "string",
9095
+ "raw": "string"
9096
+ }
9097
+ },
8986
9098
  "m": {
8987
9099
  "description": "margin",
8988
9100
  "required": false,
@@ -9906,7 +10018,7 @@
9906
10018
  }
9907
10019
  },
9908
10020
  "classNames": {
9909
- "description": "add class names to Mantine components",
10021
+ "description": "Adds class names to Mantine components",
9910
10022
  "required": false,
9911
10023
  "type": {
9912
10024
  "name": "object",
@@ -9944,14 +10056,6 @@
9944
10056
  "displayName": "Header",
9945
10057
  "description": "der.",
9946
10058
  "props": {
9947
- "variant": {
9948
- "description": "",
9949
- "required": false,
9950
- "type": {
9951
- "name": "string",
9952
- "raw": "string"
9953
- }
9954
- },
9955
10059
  "children": {
9956
10060
  "description": "Section content",
9957
10061
  "required": true,
@@ -10068,6 +10172,22 @@
10068
10172
  "raw": "(props: Record<string, any>) => void"
10069
10173
  }
10070
10174
  },
10175
+ "data-*": {
10176
+ "description": "Wild card data attributes",
10177
+ "required": false,
10178
+ "type": {
10179
+ "name": "string",
10180
+ "raw": "string"
10181
+ }
10182
+ },
10183
+ "aria-*": {
10184
+ "description": "Wild card aria attributes",
10185
+ "required": false,
10186
+ "type": {
10187
+ "name": "string",
10188
+ "raw": "string"
10189
+ }
10190
+ },
10071
10191
  "m": {
10072
10192
  "description": "margin",
10073
10193
  "required": false,
@@ -10991,7 +11111,7 @@
10991
11111
  }
10992
11112
  },
10993
11113
  "classNames": {
10994
- "description": "add class names to Mantine components",
11114
+ "description": "Adds class names to Mantine components",
10995
11115
  "required": false,
10996
11116
  "type": {
10997
11117
  "name": "object",
@@ -11195,8 +11315,24 @@
11195
11315
  "raw": "(props: Record<string, any>) => void"
11196
11316
  }
11197
11317
  },
11318
+ "data-*": {
11319
+ "description": "Wild card data attributes",
11320
+ "required": false,
11321
+ "type": {
11322
+ "name": "string",
11323
+ "raw": "string"
11324
+ }
11325
+ },
11326
+ "aria-*": {
11327
+ "description": "Wild card aria attributes",
11328
+ "required": false,
11329
+ "type": {
11330
+ "name": "string",
11331
+ "raw": "string"
11332
+ }
11333
+ },
11198
11334
  "classNames": {
11199
- "description": "add class names to Mantine components",
11335
+ "description": "Adds class names to Mantine components",
11200
11336
  "required": false,
11201
11337
  "type": {
11202
11338
  "name": "object",
@@ -12214,6 +12350,22 @@
12214
12350
  "raw": "(props: Record<string, any>) => void"
12215
12351
  }
12216
12352
  },
12353
+ "data-*": {
12354
+ "description": "Wild card data attributes",
12355
+ "required": false,
12356
+ "type": {
12357
+ "name": "string",
12358
+ "raw": "string"
12359
+ }
12360
+ },
12361
+ "aria-*": {
12362
+ "description": "Wild card aria attributes",
12363
+ "required": false,
12364
+ "type": {
12365
+ "name": "string",
12366
+ "raw": "string"
12367
+ }
12368
+ },
12217
12369
  "m": {
12218
12370
  "description": "margin",
12219
12371
  "required": false,
@@ -13137,7 +13289,7 @@
13137
13289
  }
13138
13290
  },
13139
13291
  "classNames": {
13140
- "description": "add class names to Mantine components",
13292
+ "description": "Adds class names to Mantine components",
13141
13293
  "required": false,
13142
13294
  "type": {
13143
13295
  "name": "object",
@@ -13425,6 +13577,18 @@
13425
13577
  "required": true,
13426
13578
  "name": "func",
13427
13579
  "raw": "(props: Record<string, any>) => void"
13580
+ },
13581
+ "data-*": {
13582
+ "description": "Wild card data attributes",
13583
+ "required": false,
13584
+ "name": "string",
13585
+ "raw": "string"
13586
+ },
13587
+ "aria-*": {
13588
+ "description": "Wild card aria attributes",
13589
+ "required": false,
13590
+ "name": "string",
13591
+ "raw": "string"
13428
13592
  }
13429
13593
  },
13430
13594
  "raw": "DashBaseProps"
@@ -13433,7 +13597,7 @@
13433
13597
  "name": "shape",
13434
13598
  "value": {
13435
13599
  "classNames": {
13436
- "description": "add class names to Mantine components",
13600
+ "description": "Adds class names to Mantine components",
13437
13601
  "required": false,
13438
13602
  "name": "object",
13439
13603
  "raw": "object"
@@ -14387,8 +14551,24 @@
14387
14551
  "raw": "(props: Record<string, any>) => void"
14388
14552
  }
14389
14553
  },
14554
+ "data-*": {
14555
+ "description": "Wild card data attributes",
14556
+ "required": false,
14557
+ "type": {
14558
+ "name": "string",
14559
+ "raw": "string"
14560
+ }
14561
+ },
14562
+ "aria-*": {
14563
+ "description": "Wild card aria attributes",
14564
+ "required": false,
14565
+ "type": {
14566
+ "name": "string",
14567
+ "raw": "string"
14568
+ }
14569
+ },
14390
14570
  "classNames": {
14391
- "description": "add class names to Mantine components",
14571
+ "description": "Adds class names to Mantine components",
14392
14572
  "required": false,
14393
14573
  "type": {
14394
14574
  "name": "object",
@@ -15414,8 +15594,24 @@
15414
15594
  "raw": "(props: Record<string, any>) => void"
15415
15595
  }
15416
15596
  },
15597
+ "data-*": {
15598
+ "description": "Wild card data attributes",
15599
+ "required": false,
15600
+ "type": {
15601
+ "name": "string",
15602
+ "raw": "string"
15603
+ }
15604
+ },
15605
+ "aria-*": {
15606
+ "description": "Wild card aria attributes",
15607
+ "required": false,
15608
+ "type": {
15609
+ "name": "string",
15610
+ "raw": "string"
15611
+ }
15612
+ },
15417
15613
  "classNames": {
15418
- "description": "add class names to Mantine components",
15614
+ "description": "Adds class names to Mantine components",
15419
15615
  "required": false,
15420
15616
  "type": {
15421
15617
  "name": "object",
@@ -16449,8 +16645,24 @@
16449
16645
  "raw": "(props: Record<string, any>) => void"
16450
16646
  }
16451
16647
  },
16648
+ "data-*": {
16649
+ "description": "Wild card data attributes",
16650
+ "required": false,
16651
+ "type": {
16652
+ "name": "string",
16653
+ "raw": "string"
16654
+ }
16655
+ },
16656
+ "aria-*": {
16657
+ "description": "Wild card aria attributes",
16658
+ "required": false,
16659
+ "type": {
16660
+ "name": "string",
16661
+ "raw": "string"
16662
+ }
16663
+ },
16452
16664
  "classNames": {
16453
- "description": "add class names to Mantine components",
16665
+ "description": "Adds class names to Mantine components",
16454
16666
  "required": false,
16455
16667
  "type": {
16456
16668
  "name": "object",
@@ -17466,6 +17678,22 @@
17466
17678
  "raw": "(props: Record<string, any>) => void"
17467
17679
  }
17468
17680
  },
17681
+ "data-*": {
17682
+ "description": "Wild card data attributes",
17683
+ "required": false,
17684
+ "type": {
17685
+ "name": "string",
17686
+ "raw": "string"
17687
+ }
17688
+ },
17689
+ "aria-*": {
17690
+ "description": "Wild card aria attributes",
17691
+ "required": false,
17692
+ "type": {
17693
+ "name": "string",
17694
+ "raw": "string"
17695
+ }
17696
+ },
17469
17697
  "m": {
17470
17698
  "description": "margin",
17471
17699
  "required": false,
@@ -18389,7 +18617,7 @@
18389
18617
  }
18390
18618
  },
18391
18619
  "classNames": {
18392
- "description": "add class names to Mantine components",
18620
+ "description": "Adds class names to Mantine components",
18393
18621
  "required": false,
18394
18622
  "type": {
18395
18623
  "name": "object",
@@ -18589,8 +18817,24 @@
18589
18817
  "raw": "(props: Record<string, any>) => void"
18590
18818
  }
18591
18819
  },
18820
+ "data-*": {
18821
+ "description": "Wild card data attributes",
18822
+ "required": false,
18823
+ "type": {
18824
+ "name": "string",
18825
+ "raw": "string"
18826
+ }
18827
+ },
18828
+ "aria-*": {
18829
+ "description": "Wild card aria attributes",
18830
+ "required": false,
18831
+ "type": {
18832
+ "name": "string",
18833
+ "raw": "string"
18834
+ }
18835
+ },
18592
18836
  "classNames": {
18593
- "description": "add class names to Mantine components",
18837
+ "description": "Adds class names to Mantine components",
18594
18838
  "required": false,
18595
18839
  "type": {
18596
18840
  "name": "object",
@@ -19788,8 +20032,24 @@
19788
20032
  "raw": "(props: Record<string, any>) => void"
19789
20033
  }
19790
20034
  },
20035
+ "data-*": {
20036
+ "description": "Wild card data attributes",
20037
+ "required": false,
20038
+ "type": {
20039
+ "name": "string",
20040
+ "raw": "string"
20041
+ }
20042
+ },
20043
+ "aria-*": {
20044
+ "description": "Wild card aria attributes",
20045
+ "required": false,
20046
+ "type": {
20047
+ "name": "string",
20048
+ "raw": "string"
20049
+ }
20050
+ },
19791
20051
  "classNames": {
19792
- "description": "add class names to Mantine components",
20052
+ "description": "Adds class names to Mantine components",
19793
20053
  "required": false,
19794
20054
  "type": {
19795
20055
  "name": "object",
@@ -21029,6 +21289,22 @@
21029
21289
  "raw": "(props: Record<string, any>) => void"
21030
21290
  }
21031
21291
  },
21292
+ "data-*": {
21293
+ "description": "Wild card data attributes",
21294
+ "required": false,
21295
+ "type": {
21296
+ "name": "string",
21297
+ "raw": "string"
21298
+ }
21299
+ },
21300
+ "aria-*": {
21301
+ "description": "Wild card aria attributes",
21302
+ "required": false,
21303
+ "type": {
21304
+ "name": "string",
21305
+ "raw": "string"
21306
+ }
21307
+ },
21032
21308
  "m": {
21033
21309
  "description": "margin",
21034
21310
  "required": false,
@@ -21952,7 +22228,7 @@
21952
22228
  }
21953
22229
  },
21954
22230
  "classNames": {
21955
- "description": "add class names to Mantine components",
22231
+ "description": "Adds class names to Mantine components",
21956
22232
  "required": false,
21957
22233
  "type": {
21958
22234
  "name": "object",
@@ -22226,6 +22502,22 @@
22226
22502
  "raw": "(props: Record<string, any>) => void"
22227
22503
  }
22228
22504
  },
22505
+ "data-*": {
22506
+ "description": "Wild card data attributes",
22507
+ "required": false,
22508
+ "type": {
22509
+ "name": "string",
22510
+ "raw": "string"
22511
+ }
22512
+ },
22513
+ "aria-*": {
22514
+ "description": "Wild card aria attributes",
22515
+ "required": false,
22516
+ "type": {
22517
+ "name": "string",
22518
+ "raw": "string"
22519
+ }
22520
+ },
22229
22521
  "m": {
22230
22522
  "description": "margin",
22231
22523
  "required": false,
@@ -23149,7 +23441,7 @@
23149
23441
  }
23150
23442
  },
23151
23443
  "classNames": {
23152
- "description": "add class names to Mantine components",
23444
+ "description": "Adds class names to Mantine components",
23153
23445
  "required": false,
23154
23446
  "type": {
23155
23447
  "name": "object",
@@ -23799,8 +24091,24 @@
23799
24091
  "raw": "(props: Record<string, any>) => void"
23800
24092
  }
23801
24093
  },
24094
+ "data-*": {
24095
+ "description": "Wild card data attributes",
24096
+ "required": false,
24097
+ "type": {
24098
+ "name": "string",
24099
+ "raw": "string"
24100
+ }
24101
+ },
24102
+ "aria-*": {
24103
+ "description": "Wild card aria attributes",
24104
+ "required": false,
24105
+ "type": {
24106
+ "name": "string",
24107
+ "raw": "string"
24108
+ }
24109
+ },
23802
24110
  "classNames": {
23803
- "description": "add class names to Mantine components",
24111
+ "description": "Adds class names to Mantine components",
23804
24112
  "required": false,
23805
24113
  "type": {
23806
24114
  "name": "object",
@@ -24970,8 +25278,24 @@
24970
25278
  "raw": "(props: Record<string, any>) => void"
24971
25279
  }
24972
25280
  },
25281
+ "data-*": {
25282
+ "description": "Wild card data attributes",
25283
+ "required": false,
25284
+ "type": {
25285
+ "name": "string",
25286
+ "raw": "string"
25287
+ }
25288
+ },
25289
+ "aria-*": {
25290
+ "description": "Wild card aria attributes",
25291
+ "required": false,
25292
+ "type": {
25293
+ "name": "string",
25294
+ "raw": "string"
25295
+ }
25296
+ },
24973
25297
  "classNames": {
24974
- "description": "add class names to Mantine components",
25298
+ "description": "Adds class names to Mantine components",
24975
25299
  "required": false,
24976
25300
  "type": {
24977
25301
  "name": "object",
@@ -26187,8 +26511,24 @@
26187
26511
  "raw": "(props: Record<string, any>) => void"
26188
26512
  }
26189
26513
  },
26514
+ "data-*": {
26515
+ "description": "Wild card data attributes",
26516
+ "required": false,
26517
+ "type": {
26518
+ "name": "string",
26519
+ "raw": "string"
26520
+ }
26521
+ },
26522
+ "aria-*": {
26523
+ "description": "Wild card aria attributes",
26524
+ "required": false,
26525
+ "type": {
26526
+ "name": "string",
26527
+ "raw": "string"
26528
+ }
26529
+ },
26190
26530
  "classNames": {
26191
- "description": "add class names to Mantine components",
26531
+ "description": "Adds class names to Mantine components",
26192
26532
  "required": false,
26193
26533
  "type": {
26194
26534
  "name": "object",
@@ -27384,8 +27724,24 @@
27384
27724
  "raw": "(props: Record<string, any>) => void"
27385
27725
  }
27386
27726
  },
27727
+ "data-*": {
27728
+ "description": "Wild card data attributes",
27729
+ "required": false,
27730
+ "type": {
27731
+ "name": "string",
27732
+ "raw": "string"
27733
+ }
27734
+ },
27735
+ "aria-*": {
27736
+ "description": "Wild card aria attributes",
27737
+ "required": false,
27738
+ "type": {
27739
+ "name": "string",
27740
+ "raw": "string"
27741
+ }
27742
+ },
27387
27743
  "classNames": {
27388
- "description": "add class names to Mantine components",
27744
+ "description": "Adds class names to Mantine components",
27389
27745
  "required": false,
27390
27746
  "type": {
27391
27747
  "name": "object",
@@ -28753,6 +29109,22 @@
28753
29109
  "raw": "(props: Record<string, any>) => void"
28754
29110
  }
28755
29111
  },
29112
+ "data-*": {
29113
+ "description": "Wild card data attributes",
29114
+ "required": false,
29115
+ "type": {
29116
+ "name": "string",
29117
+ "raw": "string"
29118
+ }
29119
+ },
29120
+ "aria-*": {
29121
+ "description": "Wild card aria attributes",
29122
+ "required": false,
29123
+ "type": {
29124
+ "name": "string",
29125
+ "raw": "string"
29126
+ }
29127
+ },
28756
29128
  "m": {
28757
29129
  "description": "margin",
28758
29130
  "required": false,
@@ -29676,7 +30048,7 @@
29676
30048
  }
29677
30049
  },
29678
30050
  "classNames": {
29679
- "description": "add class names to Mantine components",
30051
+ "description": "Adds class names to Mantine components",
29680
30052
  "required": false,
29681
30053
  "type": {
29682
30054
  "name": "object",
@@ -29754,8 +30126,24 @@
29754
30126
  "raw": "(props: Record<string, any>) => void"
29755
30127
  }
29756
30128
  },
30129
+ "data-*": {
30130
+ "description": "Wild card data attributes",
30131
+ "required": false,
30132
+ "type": {
30133
+ "name": "string",
30134
+ "raw": "string"
30135
+ }
30136
+ },
30137
+ "aria-*": {
30138
+ "description": "Wild card aria attributes",
30139
+ "required": false,
30140
+ "type": {
30141
+ "name": "string",
30142
+ "raw": "string"
30143
+ }
30144
+ },
29757
30145
  "classNames": {
29758
- "description": "add class names to Mantine components",
30146
+ "description": "Adds class names to Mantine components",
29759
30147
  "required": false,
29760
30148
  "type": {
29761
30149
  "name": "object",
@@ -30796,8 +31184,24 @@
30796
31184
  "raw": "(props: Record<string, any>) => void"
30797
31185
  }
30798
31186
  },
31187
+ "data-*": {
31188
+ "description": "Wild card data attributes",
31189
+ "required": false,
31190
+ "type": {
31191
+ "name": "string",
31192
+ "raw": "string"
31193
+ }
31194
+ },
31195
+ "aria-*": {
31196
+ "description": "Wild card aria attributes",
31197
+ "required": false,
31198
+ "type": {
31199
+ "name": "string",
31200
+ "raw": "string"
31201
+ }
31202
+ },
30799
31203
  "classNames": {
30800
- "description": "add class names to Mantine components",
31204
+ "description": "Adds class names to Mantine components",
30801
31205
  "required": false,
30802
31206
  "type": {
30803
31207
  "name": "object",
@@ -31921,6 +32325,22 @@
31921
32325
  "raw": "(props: Record<string, any>) => void"
31922
32326
  }
31923
32327
  },
32328
+ "data-*": {
32329
+ "description": "Wild card data attributes",
32330
+ "required": false,
32331
+ "type": {
32332
+ "name": "string",
32333
+ "raw": "string"
32334
+ }
32335
+ },
32336
+ "aria-*": {
32337
+ "description": "Wild card aria attributes",
32338
+ "required": false,
32339
+ "type": {
32340
+ "name": "string",
32341
+ "raw": "string"
32342
+ }
32343
+ },
31924
32344
  "m": {
31925
32345
  "description": "margin",
31926
32346
  "required": false,
@@ -32844,7 +33264,7 @@
32844
33264
  }
32845
33265
  },
32846
33266
  "classNames": {
32847
- "description": "add class names to Mantine components",
33267
+ "description": "Adds class names to Mantine components",
32848
33268
  "required": false,
32849
33269
  "type": {
32850
33270
  "name": "object",
@@ -33054,6 +33474,22 @@
33054
33474
  "raw": "(props: Record<string, any>) => void"
33055
33475
  }
33056
33476
  },
33477
+ "data-*": {
33478
+ "description": "Wild card data attributes",
33479
+ "required": false,
33480
+ "type": {
33481
+ "name": "string",
33482
+ "raw": "string"
33483
+ }
33484
+ },
33485
+ "aria-*": {
33486
+ "description": "Wild card aria attributes",
33487
+ "required": false,
33488
+ "type": {
33489
+ "name": "string",
33490
+ "raw": "string"
33491
+ }
33492
+ },
33057
33493
  "m": {
33058
33494
  "description": "margin",
33059
33495
  "required": false,
@@ -33977,7 +34413,7 @@
33977
34413
  }
33978
34414
  },
33979
34415
  "classNames": {
33980
- "description": "add class names to Mantine components",
34416
+ "description": "Adds class names to Mantine components",
33981
34417
  "required": false,
33982
34418
  "type": {
33983
34419
  "name": "object",
@@ -34063,8 +34499,24 @@
34063
34499
  "raw": "(props: Record<string, any>) => void"
34064
34500
  }
34065
34501
  },
34502
+ "data-*": {
34503
+ "description": "Wild card data attributes",
34504
+ "required": false,
34505
+ "type": {
34506
+ "name": "string",
34507
+ "raw": "string"
34508
+ }
34509
+ },
34510
+ "aria-*": {
34511
+ "description": "Wild card aria attributes",
34512
+ "required": false,
34513
+ "type": {
34514
+ "name": "string",
34515
+ "raw": "string"
34516
+ }
34517
+ },
34066
34518
  "classNames": {
34067
- "description": "add class names to Mantine components",
34519
+ "description": "Adds class names to Mantine components",
34068
34520
  "required": false,
34069
34521
  "type": {
34070
34522
  "name": "object",
@@ -35166,6 +35618,18 @@
35166
35618
  "required": true,
35167
35619
  "name": "func",
35168
35620
  "raw": "(props: Record<string, any>) => void"
35621
+ },
35622
+ "data-*": {
35623
+ "description": "Wild card data attributes",
35624
+ "required": false,
35625
+ "name": "string",
35626
+ "raw": "string"
35627
+ },
35628
+ "aria-*": {
35629
+ "description": "Wild card aria attributes",
35630
+ "required": false,
35631
+ "name": "string",
35632
+ "raw": "string"
35169
35633
  }
35170
35634
  },
35171
35635
  "raw": "DashBaseProps"
@@ -36016,7 +36480,7 @@
36016
36480
  "name": "shape",
36017
36481
  "value": {
36018
36482
  "classNames": {
36019
- "description": "add class names to Mantine components",
36483
+ "description": "Adds class names to Mantine components",
36020
36484
  "required": false,
36021
36485
  "name": "object",
36022
36486
  "raw": "object"
@@ -36399,7 +36863,7 @@
36399
36863
  }
36400
36864
  },
36401
36865
  "classNames": {
36402
- "description": "add class names to Mantine components",
36866
+ "description": "Adds class names to Mantine components",
36403
36867
  "required": false,
36404
36868
  "type": {
36405
36869
  "name": "object",
@@ -36469,8 +36933,24 @@
36469
36933
  "raw": "(props: Record<string, any>) => void"
36470
36934
  }
36471
36935
  },
36936
+ "data-*": {
36937
+ "description": "Wild card data attributes",
36938
+ "required": false,
36939
+ "type": {
36940
+ "name": "string",
36941
+ "raw": "string"
36942
+ }
36943
+ },
36944
+ "aria-*": {
36945
+ "description": "Wild card aria attributes",
36946
+ "required": false,
36947
+ "type": {
36948
+ "name": "string",
36949
+ "raw": "string"
36950
+ }
36951
+ },
36472
36952
  "classNames": {
36473
- "description": "add class names to Mantine components",
36953
+ "description": "Adds class names to Mantine components",
36474
36954
  "required": false,
36475
36955
  "type": {
36476
36956
  "name": "object",
@@ -37470,8 +37950,24 @@
37470
37950
  "raw": "(props: Record<string, any>) => void"
37471
37951
  }
37472
37952
  },
37953
+ "data-*": {
37954
+ "description": "Wild card data attributes",
37955
+ "required": false,
37956
+ "type": {
37957
+ "name": "string",
37958
+ "raw": "string"
37959
+ }
37960
+ },
37961
+ "aria-*": {
37962
+ "description": "Wild card aria attributes",
37963
+ "required": false,
37964
+ "type": {
37965
+ "name": "string",
37966
+ "raw": "string"
37967
+ }
37968
+ },
37473
37969
  "classNames": {
37474
- "description": "add class names to Mantine components",
37970
+ "description": "Adds class names to Mantine components",
37475
37971
  "required": false,
37476
37972
  "type": {
37477
37973
  "name": "object",
@@ -38557,6 +39053,18 @@
38557
39053
  "required": true,
38558
39054
  "name": "func",
38559
39055
  "raw": "(props: Record<string, any>) => void"
39056
+ },
39057
+ "data-*": {
39058
+ "description": "Wild card data attributes",
39059
+ "required": false,
39060
+ "name": "string",
39061
+ "raw": "string"
39062
+ },
39063
+ "aria-*": {
39064
+ "description": "Wild card aria attributes",
39065
+ "required": false,
39066
+ "name": "string",
39067
+ "raw": "string"
38560
39068
  }
38561
39069
  },
38562
39070
  "raw": "DashBaseProps"
@@ -39407,7 +39915,7 @@
39407
39915
  "name": "shape",
39408
39916
  "value": {
39409
39917
  "classNames": {
39410
- "description": "add class names to Mantine components",
39918
+ "description": "Adds class names to Mantine components",
39411
39919
  "required": false,
39412
39920
  "name": "object",
39413
39921
  "raw": "object"
@@ -39469,8 +39977,24 @@
39469
39977
  "raw": "(props: Record<string, any>) => void"
39470
39978
  }
39471
39979
  },
39980
+ "data-*": {
39981
+ "description": "Wild card data attributes",
39982
+ "required": false,
39983
+ "type": {
39984
+ "name": "string",
39985
+ "raw": "string"
39986
+ }
39987
+ },
39988
+ "aria-*": {
39989
+ "description": "Wild card aria attributes",
39990
+ "required": false,
39991
+ "type": {
39992
+ "name": "string",
39993
+ "raw": "string"
39994
+ }
39995
+ },
39472
39996
  "classNames": {
39473
- "description": "add class names to Mantine components",
39997
+ "description": "Adds class names to Mantine components",
39474
39998
  "required": false,
39475
39999
  "type": {
39476
40000
  "name": "object",
@@ -40470,8 +40994,24 @@
40470
40994
  "raw": "(props: Record<string, any>) => void"
40471
40995
  }
40472
40996
  },
40997
+ "data-*": {
40998
+ "description": "Wild card data attributes",
40999
+ "required": false,
41000
+ "type": {
41001
+ "name": "string",
41002
+ "raw": "string"
41003
+ }
41004
+ },
41005
+ "aria-*": {
41006
+ "description": "Wild card aria attributes",
41007
+ "required": false,
41008
+ "type": {
41009
+ "name": "string",
41010
+ "raw": "string"
41011
+ }
41012
+ },
40473
41013
  "classNames": {
40474
- "description": "add class names to Mantine components",
41014
+ "description": "Adds class names to Mantine components",
40475
41015
  "required": false,
40476
41016
  "type": {
40477
41017
  "name": "object",
@@ -41898,6 +42438,22 @@
41898
42438
  "raw": "(props: Record<string, any>) => void"
41899
42439
  }
41900
42440
  },
42441
+ "data-*": {
42442
+ "description": "Wild card data attributes",
42443
+ "required": false,
42444
+ "type": {
42445
+ "name": "string",
42446
+ "raw": "string"
42447
+ }
42448
+ },
42449
+ "aria-*": {
42450
+ "description": "Wild card aria attributes",
42451
+ "required": false,
42452
+ "type": {
42453
+ "name": "string",
42454
+ "raw": "string"
42455
+ }
42456
+ },
41901
42457
  "m": {
41902
42458
  "description": "margin",
41903
42459
  "required": false,
@@ -42821,7 +43377,7 @@
42821
43377
  }
42822
43378
  },
42823
43379
  "classNames": {
42824
- "description": "add class names to Mantine components",
43380
+ "description": "Adds class names to Mantine components",
42825
43381
  "required": false,
42826
43382
  "type": {
42827
43383
  "name": "object",
@@ -42899,8 +43455,24 @@
42899
43455
  "raw": "(props: Record<string, any>) => void"
42900
43456
  }
42901
43457
  },
43458
+ "data-*": {
43459
+ "description": "Wild card data attributes",
43460
+ "required": false,
43461
+ "type": {
43462
+ "name": "string",
43463
+ "raw": "string"
43464
+ }
43465
+ },
43466
+ "aria-*": {
43467
+ "description": "Wild card aria attributes",
43468
+ "required": false,
43469
+ "type": {
43470
+ "name": "string",
43471
+ "raw": "string"
43472
+ }
43473
+ },
42902
43474
  "classNames": {
42903
- "description": "add class names to Mantine components",
43475
+ "description": "Adds class names to Mantine components",
42904
43476
  "required": false,
42905
43477
  "type": {
42906
43478
  "name": "object",
@@ -44009,8 +44581,24 @@
44009
44581
  "raw": "(props: Record<string, any>) => void"
44010
44582
  }
44011
44583
  },
44584
+ "data-*": {
44585
+ "description": "Wild card data attributes",
44586
+ "required": false,
44587
+ "type": {
44588
+ "name": "string",
44589
+ "raw": "string"
44590
+ }
44591
+ },
44592
+ "aria-*": {
44593
+ "description": "Wild card aria attributes",
44594
+ "required": false,
44595
+ "type": {
44596
+ "name": "string",
44597
+ "raw": "string"
44598
+ }
44599
+ },
44012
44600
  "classNames": {
44013
- "description": "add class names to Mantine components",
44601
+ "description": "Adds class names to Mantine components",
44014
44602
  "required": false,
44015
44603
  "type": {
44016
44604
  "name": "object",
@@ -45212,8 +45800,24 @@
45212
45800
  "raw": "(props: Record<string, any>) => void"
45213
45801
  }
45214
45802
  },
45803
+ "data-*": {
45804
+ "description": "Wild card data attributes",
45805
+ "required": false,
45806
+ "type": {
45807
+ "name": "string",
45808
+ "raw": "string"
45809
+ }
45810
+ },
45811
+ "aria-*": {
45812
+ "description": "Wild card aria attributes",
45813
+ "required": false,
45814
+ "type": {
45815
+ "name": "string",
45816
+ "raw": "string"
45817
+ }
45818
+ },
45215
45819
  "classNames": {
45216
- "description": "add class names to Mantine components",
45820
+ "description": "Adds class names to Mantine components",
45217
45821
  "required": false,
45218
45822
  "type": {
45219
45823
  "name": "object",
@@ -46347,6 +46951,22 @@
46347
46951
  "raw": "(props: Record<string, any>) => void"
46348
46952
  }
46349
46953
  },
46954
+ "data-*": {
46955
+ "description": "Wild card data attributes",
46956
+ "required": false,
46957
+ "type": {
46958
+ "name": "string",
46959
+ "raw": "string"
46960
+ }
46961
+ },
46962
+ "aria-*": {
46963
+ "description": "Wild card aria attributes",
46964
+ "required": false,
46965
+ "type": {
46966
+ "name": "string",
46967
+ "raw": "string"
46968
+ }
46969
+ },
46350
46970
  "persistence": {
46351
46971
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
46352
46972
  "required": false,
@@ -47778,7 +48398,7 @@
47778
48398
  }
47779
48399
  },
47780
48400
  "classNames": {
47781
- "description": "add class names to Mantine components",
48401
+ "description": "Adds class names to Mantine components",
47782
48402
  "required": false,
47783
48403
  "type": {
47784
48404
  "name": "object",
@@ -47996,6 +48616,22 @@
47996
48616
  "raw": "(props: Record<string, any>) => void"
47997
48617
  }
47998
48618
  },
48619
+ "data-*": {
48620
+ "description": "Wild card data attributes",
48621
+ "required": false,
48622
+ "type": {
48623
+ "name": "string",
48624
+ "raw": "string"
48625
+ }
48626
+ },
48627
+ "aria-*": {
48628
+ "description": "Wild card aria attributes",
48629
+ "required": false,
48630
+ "type": {
48631
+ "name": "string",
48632
+ "raw": "string"
48633
+ }
48634
+ },
47999
48635
  "persistence": {
48000
48636
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
48001
48637
  "required": false,
@@ -49427,7 +50063,7 @@
49427
50063
  }
49428
50064
  },
49429
50065
  "classNames": {
49430
- "description": "add class names to Mantine components",
50066
+ "description": "Adds class names to Mantine components",
49431
50067
  "required": false,
49432
50068
  "type": {
49433
50069
  "name": "object",
@@ -49543,14 +50179,6 @@
49543
50179
  "raw": "boolean"
49544
50180
  }
49545
50181
  },
49546
- "dropdownComponent": {
49547
- "description": "Change dropdown component, can be used to add native scrollbars",
49548
- "required": false,
49549
- "type": {
49550
- "name": "any",
49551
- "raw": "any"
49552
- }
49553
- },
49554
50182
  "selectOnBlur": {
49555
50183
  "description": "Select highlighted item on blur",
49556
50184
  "required": false,
@@ -49615,6 +50243,22 @@
49615
50243
  "raw": "(props: Record<string, any>) => void"
49616
50244
  }
49617
50245
  },
50246
+ "data-*": {
50247
+ "description": "Wild card data attributes",
50248
+ "required": false,
50249
+ "type": {
50250
+ "name": "string",
50251
+ "raw": "string"
50252
+ }
50253
+ },
50254
+ "aria-*": {
50255
+ "description": "Wild card aria attributes",
50256
+ "required": false,
50257
+ "type": {
50258
+ "name": "string",
50259
+ "raw": "string"
50260
+ }
50261
+ },
49618
50262
  "persistence": {
49619
50263
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
49620
50264
  "required": false,
@@ -51046,7 +51690,7 @@
51046
51690
  }
51047
51691
  },
51048
51692
  "classNames": {
51049
- "description": "add class names to Mantine components",
51693
+ "description": "Adds class names to Mantine components",
51050
51694
  "required": false,
51051
51695
  "type": {
51052
51696
  "name": "object",
@@ -51485,7 +52129,7 @@
51485
52129
  }
51486
52130
  },
51487
52131
  "classNames": {
51488
- "description": "add class names to Mantine components",
52132
+ "description": "Adds class names to Mantine components",
51489
52133
  "required": false,
51490
52134
  "type": {
51491
52135
  "name": "object",
@@ -52469,6 +53113,22 @@
52469
53113
  "name": "func",
52470
53114
  "raw": "(props: Record<string, any>) => void"
52471
53115
  }
53116
+ },
53117
+ "data-*": {
53118
+ "description": "Wild card data attributes",
53119
+ "required": false,
53120
+ "type": {
53121
+ "name": "string",
53122
+ "raw": "string"
53123
+ }
53124
+ },
53125
+ "aria-*": {
53126
+ "description": "Wild card aria attributes",
53127
+ "required": false,
53128
+ "type": {
53129
+ "name": "string",
53130
+ "raw": "string"
53131
+ }
52472
53132
  }
52473
53133
  },
52474
53134
  "isContext": false
@@ -52836,7 +53496,7 @@
52836
53496
  }
52837
53497
  },
52838
53498
  "classNames": {
52839
- "description": "add class names to Mantine components",
53499
+ "description": "Adds class names to Mantine components",
52840
53500
  "required": false,
52841
53501
  "type": {
52842
53502
  "name": "object",
@@ -53820,6 +54480,22 @@
53820
54480
  "name": "func",
53821
54481
  "raw": "(props: Record<string, any>) => void"
53822
54482
  }
54483
+ },
54484
+ "data-*": {
54485
+ "description": "Wild card data attributes",
54486
+ "required": false,
54487
+ "type": {
54488
+ "name": "string",
54489
+ "raw": "string"
54490
+ }
54491
+ },
54492
+ "aria-*": {
54493
+ "description": "Wild card aria attributes",
54494
+ "required": false,
54495
+ "type": {
54496
+ "name": "string",
54497
+ "raw": "string"
54498
+ }
53823
54499
  }
53824
54500
  },
53825
54501
  "isContext": false
@@ -53991,7 +54667,7 @@
53991
54667
  }
53992
54668
  },
53993
54669
  "classNames": {
53994
- "description": "add class names to Mantine components",
54670
+ "description": "Adds class names to Mantine components",
53995
54671
  "required": false,
53996
54672
  "type": {
53997
54673
  "name": "object",
@@ -54975,6 +55651,22 @@
54975
55651
  "name": "func",
54976
55652
  "raw": "(props: Record<string, any>) => void"
54977
55653
  }
55654
+ },
55655
+ "data-*": {
55656
+ "description": "Wild card data attributes",
55657
+ "required": false,
55658
+ "type": {
55659
+ "name": "string",
55660
+ "raw": "string"
55661
+ }
55662
+ },
55663
+ "aria-*": {
55664
+ "description": "Wild card aria attributes",
55665
+ "required": false,
55666
+ "type": {
55667
+ "name": "string",
55668
+ "raw": "string"
55669
+ }
54978
55670
  }
54979
55671
  },
54980
55672
  "isContext": false
@@ -56063,7 +56755,7 @@
56063
56755
  }
56064
56756
  },
56065
56757
  "classNames": {
56066
- "description": "add class names to Mantine components",
56758
+ "description": "Adds class names to Mantine components",
56067
56759
  "required": false,
56068
56760
  "type": {
56069
56761
  "name": "object",
@@ -56125,6 +56817,22 @@
56125
56817
  "name": "func",
56126
56818
  "raw": "(props: Record<string, any>) => void"
56127
56819
  }
56820
+ },
56821
+ "data-*": {
56822
+ "description": "Wild card data attributes",
56823
+ "required": false,
56824
+ "type": {
56825
+ "name": "string",
56826
+ "raw": "string"
56827
+ }
56828
+ },
56829
+ "aria-*": {
56830
+ "description": "Wild card aria attributes",
56831
+ "required": false,
56832
+ "type": {
56833
+ "name": "string",
56834
+ "raw": "string"
56835
+ }
56128
56836
  }
56129
56837
  },
56130
56838
  "isContext": false
@@ -56213,6 +56921,22 @@
56213
56921
  "raw": "(props: Record<string, any>) => void"
56214
56922
  }
56215
56923
  },
56924
+ "data-*": {
56925
+ "description": "Wild card data attributes",
56926
+ "required": false,
56927
+ "type": {
56928
+ "name": "string",
56929
+ "raw": "string"
56930
+ }
56931
+ },
56932
+ "aria-*": {
56933
+ "description": "Wild card aria attributes",
56934
+ "required": false,
56935
+ "type": {
56936
+ "name": "string",
56937
+ "raw": "string"
56938
+ }
56939
+ },
56216
56940
  "m": {
56217
56941
  "description": "margin",
56218
56942
  "required": false,
@@ -57136,7 +57860,7 @@
57136
57860
  }
57137
57861
  },
57138
57862
  "classNames": {
57139
- "description": "add class names to Mantine components",
57863
+ "description": "Adds class names to Mantine components",
57140
57864
  "required": false,
57141
57865
  "type": {
57142
57866
  "name": "object",
@@ -57332,8 +58056,24 @@
57332
58056
  "raw": "(props: Record<string, any>) => void"
57333
58057
  }
57334
58058
  },
58059
+ "data-*": {
58060
+ "description": "Wild card data attributes",
58061
+ "required": false,
58062
+ "type": {
58063
+ "name": "string",
58064
+ "raw": "string"
58065
+ }
58066
+ },
58067
+ "aria-*": {
58068
+ "description": "Wild card aria attributes",
58069
+ "required": false,
58070
+ "type": {
58071
+ "name": "string",
58072
+ "raw": "string"
58073
+ }
58074
+ },
57335
58075
  "classNames": {
57336
- "description": "add class names to Mantine components",
58076
+ "description": "Adds class names to Mantine components",
57337
58077
  "required": false,
57338
58078
  "type": {
57339
58079
  "name": "object",
@@ -58427,8 +59167,24 @@
58427
59167
  "raw": "(props: Record<string, any>) => void"
58428
59168
  }
58429
59169
  },
59170
+ "data-*": {
59171
+ "description": "Wild card data attributes",
59172
+ "required": false,
59173
+ "type": {
59174
+ "name": "string",
59175
+ "raw": "string"
59176
+ }
59177
+ },
59178
+ "aria-*": {
59179
+ "description": "Wild card aria attributes",
59180
+ "required": false,
59181
+ "type": {
59182
+ "name": "string",
59183
+ "raw": "string"
59184
+ }
59185
+ },
58430
59186
  "classNames": {
58431
- "description": "add class names to Mantine components",
59187
+ "description": "Adds class names to Mantine components",
58432
59188
  "required": false,
58433
59189
  "type": {
58434
59190
  "name": "object",
@@ -59436,8 +60192,24 @@
59436
60192
  "raw": "(props: Record<string, any>) => void"
59437
60193
  }
59438
60194
  },
60195
+ "data-*": {
60196
+ "description": "Wild card data attributes",
60197
+ "required": false,
60198
+ "type": {
60199
+ "name": "string",
60200
+ "raw": "string"
60201
+ }
60202
+ },
60203
+ "aria-*": {
60204
+ "description": "Wild card aria attributes",
60205
+ "required": false,
60206
+ "type": {
60207
+ "name": "string",
60208
+ "raw": "string"
60209
+ }
60210
+ },
59439
60211
  "classNames": {
59440
- "description": "add class names to Mantine components",
60212
+ "description": "Adds class names to Mantine components",
59441
60213
  "required": false,
59442
60214
  "type": {
59443
60215
  "name": "object",
@@ -61650,7 +62422,7 @@
61650
62422
  }
61651
62423
  },
61652
62424
  "classNames": {
61653
- "description": "add class names to Mantine components",
62425
+ "description": "Adds class names to Mantine components",
61654
62426
  "required": false,
61655
62427
  "type": {
61656
62428
  "name": "object",
@@ -61713,6 +62485,22 @@
61713
62485
  "raw": "(props: Record<string, any>) => void"
61714
62486
  }
61715
62487
  },
62488
+ "data-*": {
62489
+ "description": "Wild card data attributes",
62490
+ "required": false,
62491
+ "type": {
62492
+ "name": "string",
62493
+ "raw": "string"
62494
+ }
62495
+ },
62496
+ "aria-*": {
62497
+ "description": "Wild card aria attributes",
62498
+ "required": false,
62499
+ "type": {
62500
+ "name": "string",
62501
+ "raw": "string"
62502
+ }
62503
+ },
61716
62504
  "persistence": {
61717
62505
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
61718
62506
  "required": false,
@@ -63113,7 +63901,7 @@
63113
63901
  }
63114
63902
  },
63115
63903
  "classNames": {
63116
- "description": "add class names to Mantine components",
63904
+ "description": "Adds class names to Mantine components",
63117
63905
  "required": false,
63118
63906
  "type": {
63119
63907
  "name": "object",
@@ -63176,6 +63964,22 @@
63176
63964
  "raw": "(props: Record<string, any>) => void"
63177
63965
  }
63178
63966
  },
63967
+ "data-*": {
63968
+ "description": "Wild card data attributes",
63969
+ "required": false,
63970
+ "type": {
63971
+ "name": "string",
63972
+ "raw": "string"
63973
+ }
63974
+ },
63975
+ "aria-*": {
63976
+ "description": "Wild card aria attributes",
63977
+ "required": false,
63978
+ "type": {
63979
+ "name": "string",
63980
+ "raw": "string"
63981
+ }
63982
+ },
63179
63983
  "persistence": {
63180
63984
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
63181
63985
  "required": false,
@@ -64498,7 +65302,7 @@
64498
65302
  }
64499
65303
  },
64500
65304
  "classNames": {
64501
- "description": "add class names to Mantine components",
65305
+ "description": "Adds class names to Mantine components",
64502
65306
  "required": false,
64503
65307
  "type": {
64504
65308
  "name": "object",
@@ -64561,6 +65365,22 @@
64561
65365
  "raw": "(props: Record<string, any>) => void"
64562
65366
  }
64563
65367
  },
65368
+ "data-*": {
65369
+ "description": "Wild card data attributes",
65370
+ "required": false,
65371
+ "type": {
65372
+ "name": "string",
65373
+ "raw": "string"
65374
+ }
65375
+ },
65376
+ "aria-*": {
65377
+ "description": "Wild card aria attributes",
65378
+ "required": false,
65379
+ "type": {
65380
+ "name": "string",
65381
+ "raw": "string"
65382
+ }
65383
+ },
64564
65384
  "persistence": {
64565
65385
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
64566
65386
  "required": false,
@@ -65813,7 +66633,7 @@
65813
66633
  }
65814
66634
  },
65815
66635
  "classNames": {
65816
- "description": "add class names to Mantine components",
66636
+ "description": "Adds class names to Mantine components",
65817
66637
  "required": false,
65818
66638
  "type": {
65819
66639
  "name": "object",
@@ -65875,6 +66695,22 @@
65875
66695
  "name": "func",
65876
66696
  "raw": "(props: Record<string, any>) => void"
65877
66697
  }
66698
+ },
66699
+ "data-*": {
66700
+ "description": "Wild card data attributes",
66701
+ "required": false,
66702
+ "type": {
66703
+ "name": "string",
66704
+ "raw": "string"
66705
+ }
66706
+ },
66707
+ "aria-*": {
66708
+ "description": "Wild card aria attributes",
66709
+ "required": false,
66710
+ "type": {
66711
+ "name": "string",
66712
+ "raw": "string"
66713
+ }
65878
66714
  }
65879
66715
  },
65880
66716
  "isContext": false
@@ -67130,7 +67966,7 @@
67130
67966
  }
67131
67967
  },
67132
67968
  "classNames": {
67133
- "description": "add class names to Mantine components",
67969
+ "description": "Adds class names to Mantine components",
67134
67970
  "required": false,
67135
67971
  "type": {
67136
67972
  "name": "object",
@@ -67193,6 +68029,22 @@
67193
68029
  "raw": "(props: Record<string, any>) => void"
67194
68030
  }
67195
68031
  },
68032
+ "data-*": {
68033
+ "description": "Wild card data attributes",
68034
+ "required": false,
68035
+ "type": {
68036
+ "name": "string",
68037
+ "raw": "string"
68038
+ }
68039
+ },
68040
+ "aria-*": {
68041
+ "description": "Wild card aria attributes",
68042
+ "required": false,
68043
+ "type": {
68044
+ "name": "string",
68045
+ "raw": "string"
68046
+ }
68047
+ },
67196
68048
  "persistence": {
67197
68049
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
67198
68050
  "required": false,
@@ -68493,7 +69345,7 @@
68493
69345
  }
68494
69346
  },
68495
69347
  "classNames": {
68496
- "description": "add class names to Mantine components",
69348
+ "description": "Adds class names to Mantine components",
68497
69349
  "required": false,
68498
69350
  "type": {
68499
69351
  "name": "object",
@@ -68556,6 +69408,22 @@
68556
69408
  "raw": "(props: Record<string, any>) => void"
68557
69409
  }
68558
69410
  },
69411
+ "data-*": {
69412
+ "description": "Wild card data attributes",
69413
+ "required": false,
69414
+ "type": {
69415
+ "name": "string",
69416
+ "raw": "string"
69417
+ }
69418
+ },
69419
+ "aria-*": {
69420
+ "description": "Wild card aria attributes",
69421
+ "required": false,
69422
+ "type": {
69423
+ "name": "string",
69424
+ "raw": "string"
69425
+ }
69426
+ },
68559
69427
  "persistence": {
68560
69428
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
68561
69429
  "required": false,
@@ -68759,6 +69627,22 @@
68759
69627
  "raw": "(props: Record<string, any>) => void"
68760
69628
  }
68761
69629
  },
69630
+ "data-*": {
69631
+ "description": "Wild card data attributes",
69632
+ "required": false,
69633
+ "type": {
69634
+ "name": "string",
69635
+ "raw": "string"
69636
+ }
69637
+ },
69638
+ "aria-*": {
69639
+ "description": "Wild card aria attributes",
69640
+ "required": false,
69641
+ "type": {
69642
+ "name": "string",
69643
+ "raw": "string"
69644
+ }
69645
+ },
68762
69646
  "m": {
68763
69647
  "description": "margin",
68764
69648
  "required": false,
@@ -69682,7 +70566,7 @@
69682
70566
  }
69683
70567
  },
69684
70568
  "classNames": {
69685
- "description": "add class names to Mantine components",
70569
+ "description": "Adds class names to Mantine components",
69686
70570
  "required": false,
69687
70571
  "type": {
69688
70572
  "name": "object",
@@ -69874,6 +70758,22 @@
69874
70758
  "raw": "(props: Record<string, any>) => void"
69875
70759
  }
69876
70760
  },
70761
+ "data-*": {
70762
+ "description": "Wild card data attributes",
70763
+ "required": false,
70764
+ "type": {
70765
+ "name": "string",
70766
+ "raw": "string"
70767
+ }
70768
+ },
70769
+ "aria-*": {
70770
+ "description": "Wild card aria attributes",
70771
+ "required": false,
70772
+ "type": {
70773
+ "name": "string",
70774
+ "raw": "string"
70775
+ }
70776
+ },
69877
70777
  "m": {
69878
70778
  "description": "margin",
69879
70779
  "required": false,
@@ -70797,7 +71697,7 @@
70797
71697
  }
70798
71698
  },
70799
71699
  "classNames": {
70800
- "description": "add class names to Mantine components",
71700
+ "description": "Adds class names to Mantine components",
70801
71701
  "required": false,
70802
71702
  "type": {
70803
71703
  "name": "object",
@@ -70835,14 +71735,6 @@
70835
71735
  "displayName": "FloatingTooltip",
70836
71736
  "description": "ders tooltip at given element on mouse over or any other event",
70837
71737
  "props": {
70838
- "variant": {
70839
- "description": "",
70840
- "required": false,
70841
- "type": {
70842
- "name": "string",
70843
- "raw": "string"
70844
- }
70845
- },
70846
71738
  "offset": {
70847
71739
  "description": "Offset from mouse",
70848
71740
  "required": false,
@@ -70883,6 +71775,22 @@
70883
71775
  "raw": "(props: Record<string, any>) => void"
70884
71776
  }
70885
71777
  },
71778
+ "data-*": {
71779
+ "description": "Wild card data attributes",
71780
+ "required": false,
71781
+ "type": {
71782
+ "name": "string",
71783
+ "raw": "string"
71784
+ }
71785
+ },
71786
+ "aria-*": {
71787
+ "description": "Wild card aria attributes",
71788
+ "required": false,
71789
+ "type": {
71790
+ "name": "string",
71791
+ "raw": "string"
71792
+ }
71793
+ },
70886
71794
  "children": {
70887
71795
  "description": "Target element",
70888
71796
  "required": true,
@@ -71960,7 +72868,7 @@
71960
72868
  }
71961
72869
  },
71962
72870
  "classNames": {
71963
- "description": "add class names to Mantine components",
72871
+ "description": "Adds class names to Mantine components",
71964
72872
  "required": false,
71965
72873
  "type": {
71966
72874
  "name": "object",
@@ -72284,6 +73192,22 @@
72284
73192
  "raw": "(props: Record<string, any>) => void"
72285
73193
  }
72286
73194
  },
73195
+ "data-*": {
73196
+ "description": "Wild card data attributes",
73197
+ "required": false,
73198
+ "type": {
73199
+ "name": "string",
73200
+ "raw": "string"
73201
+ }
73202
+ },
73203
+ "aria-*": {
73204
+ "description": "Wild card aria attributes",
73205
+ "required": false,
73206
+ "type": {
73207
+ "name": "string",
73208
+ "raw": "string"
73209
+ }
73210
+ },
72287
73211
  "children": {
72288
73212
  "description": "Target element",
72289
73213
  "required": true,
@@ -73361,7 +74285,7 @@
73361
74285
  }
73362
74286
  },
73363
74287
  "classNames": {
73364
- "description": "add class names to Mantine components",
74288
+ "description": "Adds class names to Mantine components",
73365
74289
  "required": false,
73366
74290
  "type": {
73367
74291
  "name": "object",
@@ -73597,6 +74521,18 @@
73597
74521
  "required": true,
73598
74522
  "name": "func",
73599
74523
  "raw": "(props: Record<string, any>) => void"
74524
+ },
74525
+ "data-*": {
74526
+ "description": "Wild card data attributes",
74527
+ "required": false,
74528
+ "name": "string",
74529
+ "raw": "string"
74530
+ },
74531
+ "aria-*": {
74532
+ "description": "Wild card aria attributes",
74533
+ "required": false,
74534
+ "name": "string",
74535
+ "raw": "string"
73600
74536
  }
73601
74537
  },
73602
74538
  "raw": "DashBaseProps"
@@ -73605,7 +74541,7 @@
73605
74541
  "name": "shape",
73606
74542
  "value": {
73607
74543
  "classNames": {
73608
- "description": "add class names to Mantine components",
74544
+ "description": "Adds class names to Mantine components",
73609
74545
  "required": false,
73610
74546
  "name": "object",
73611
74547
  "raw": "object"
@@ -74537,8 +75473,24 @@
74537
75473
  "raw": "(props: Record<string, any>) => void"
74538
75474
  }
74539
75475
  },
75476
+ "data-*": {
75477
+ "description": "Wild card data attributes",
75478
+ "required": false,
75479
+ "type": {
75480
+ "name": "string",
75481
+ "raw": "string"
75482
+ }
75483
+ },
75484
+ "aria-*": {
75485
+ "description": "Wild card aria attributes",
75486
+ "required": false,
75487
+ "type": {
75488
+ "name": "string",
75489
+ "raw": "string"
75490
+ }
75491
+ },
74540
75492
  "classNames": {
74541
- "description": "add class names to Mantine components",
75493
+ "description": "Adds class names to Mantine components",
74542
75494
  "required": false,
74543
75495
  "type": {
74544
75496
  "name": "object",
@@ -75628,8 +76580,24 @@
75628
76580
  "raw": "(props: Record<string, any>) => void"
75629
76581
  }
75630
76582
  },
76583
+ "data-*": {
76584
+ "description": "Wild card data attributes",
76585
+ "required": false,
76586
+ "type": {
76587
+ "name": "string",
76588
+ "raw": "string"
76589
+ }
76590
+ },
76591
+ "aria-*": {
76592
+ "description": "Wild card aria attributes",
76593
+ "required": false,
76594
+ "type": {
76595
+ "name": "string",
76596
+ "raw": "string"
76597
+ }
76598
+ },
75631
76599
  "classNames": {
75632
- "description": "add class names to Mantine components",
76600
+ "description": "Adds class names to Mantine components",
75633
76601
  "required": false,
75634
76602
  "type": {
75635
76603
  "name": "object",
@@ -76729,6 +77697,22 @@
76729
77697
  "raw": "(props: Record<string, any>) => void"
76730
77698
  }
76731
77699
  },
77700
+ "data-*": {
77701
+ "description": "Wild card data attributes",
77702
+ "required": false,
77703
+ "type": {
77704
+ "name": "string",
77705
+ "raw": "string"
77706
+ }
77707
+ },
77708
+ "aria-*": {
77709
+ "description": "Wild card aria attributes",
77710
+ "required": false,
77711
+ "type": {
77712
+ "name": "string",
77713
+ "raw": "string"
77714
+ }
77715
+ },
76732
77716
  "m": {
76733
77717
  "description": "margin",
76734
77718
  "required": false,
@@ -77652,7 +78636,7 @@
77652
78636
  }
77653
78637
  },
77654
78638
  "classNames": {
77655
- "description": "add class names to Mantine components",
78639
+ "description": "Adds class names to Mantine components",
77656
78640
  "required": false,
77657
78641
  "type": {
77658
78642
  "name": "object",
@@ -77982,8 +78966,24 @@
77982
78966
  "raw": "(props: Record<string, any>) => void"
77983
78967
  }
77984
78968
  },
78969
+ "data-*": {
78970
+ "description": "Wild card data attributes",
78971
+ "required": false,
78972
+ "type": {
78973
+ "name": "string",
78974
+ "raw": "string"
78975
+ }
78976
+ },
78977
+ "aria-*": {
78978
+ "description": "Wild card aria attributes",
78979
+ "required": false,
78980
+ "type": {
78981
+ "name": "string",
78982
+ "raw": "string"
78983
+ }
78984
+ },
77985
78985
  "classNames": {
77986
- "description": "add class names to Mantine components",
78986
+ "description": "Adds class names to Mantine components",
77987
78987
  "required": false,
77988
78988
  "type": {
77989
78989
  "name": "object",
@@ -78991,8 +79991,24 @@
78991
79991
  "raw": "(props: Record<string, any>) => void"
78992
79992
  }
78993
79993
  },
79994
+ "data-*": {
79995
+ "description": "Wild card data attributes",
79996
+ "required": false,
79997
+ "type": {
79998
+ "name": "string",
79999
+ "raw": "string"
80000
+ }
80001
+ },
80002
+ "aria-*": {
80003
+ "description": "Wild card aria attributes",
80004
+ "required": false,
80005
+ "type": {
80006
+ "name": "string",
80007
+ "raw": "string"
80008
+ }
80009
+ },
78994
80010
  "classNames": {
78995
- "description": "add class names to Mantine components",
80011
+ "description": "Adds class names to Mantine components",
78996
80012
  "required": false,
78997
80013
  "type": {
78998
80014
  "name": "object",
@@ -80086,8 +81102,24 @@
80086
81102
  "raw": "(props: Record<string, any>) => void"
80087
81103
  }
80088
81104
  },
81105
+ "data-*": {
81106
+ "description": "Wild card data attributes",
81107
+ "required": false,
81108
+ "type": {
81109
+ "name": "string",
81110
+ "raw": "string"
81111
+ }
81112
+ },
81113
+ "aria-*": {
81114
+ "description": "Wild card aria attributes",
81115
+ "required": false,
81116
+ "type": {
81117
+ "name": "string",
81118
+ "raw": "string"
81119
+ }
81120
+ },
80089
81121
  "classNames": {
80090
- "description": "add class names to Mantine components",
81122
+ "description": "Adds class names to Mantine components",
80091
81123
  "required": false,
80092
81124
  "type": {
80093
81125
  "name": "object",
@@ -81111,8 +82143,24 @@
81111
82143
  "raw": "(props: Record<string, any>) => void"
81112
82144
  }
81113
82145
  },
82146
+ "data-*": {
82147
+ "description": "Wild card data attributes",
82148
+ "required": false,
82149
+ "type": {
82150
+ "name": "string",
82151
+ "raw": "string"
82152
+ }
82153
+ },
82154
+ "aria-*": {
82155
+ "description": "Wild card aria attributes",
82156
+ "required": false,
82157
+ "type": {
82158
+ "name": "string",
82159
+ "raw": "string"
82160
+ }
82161
+ },
81114
82162
  "classNames": {
81115
- "description": "add class names to Mantine components",
82163
+ "description": "Adds class names to Mantine components",
81116
82164
  "required": false,
81117
82165
  "type": {
81118
82166
  "name": "object",
@@ -82112,8 +83160,24 @@
82112
83160
  "raw": "(props: Record<string, any>) => void"
82113
83161
  }
82114
83162
  },
83163
+ "data-*": {
83164
+ "description": "Wild card data attributes",
83165
+ "required": false,
83166
+ "type": {
83167
+ "name": "string",
83168
+ "raw": "string"
83169
+ }
83170
+ },
83171
+ "aria-*": {
83172
+ "description": "Wild card aria attributes",
83173
+ "required": false,
83174
+ "type": {
83175
+ "name": "string",
83176
+ "raw": "string"
83177
+ }
83178
+ },
82115
83179
  "classNames": {
82116
- "description": "add class names to Mantine components",
83180
+ "description": "Adds class names to Mantine components",
82117
83181
  "required": false,
82118
83182
  "type": {
82119
83183
  "name": "object",
@@ -83121,8 +84185,24 @@
83121
84185
  "raw": "(props: Record<string, any>) => void"
83122
84186
  }
83123
84187
  },
84188
+ "data-*": {
84189
+ "description": "Wild card data attributes",
84190
+ "required": false,
84191
+ "type": {
84192
+ "name": "string",
84193
+ "raw": "string"
84194
+ }
84195
+ },
84196
+ "aria-*": {
84197
+ "description": "Wild card aria attributes",
84198
+ "required": false,
84199
+ "type": {
84200
+ "name": "string",
84201
+ "raw": "string"
84202
+ }
84203
+ },
83124
84204
  "classNames": {
83125
- "description": "add class names to Mantine components",
84205
+ "description": "Adds class names to Mantine components",
83126
84206
  "required": false,
83127
84207
  "type": {
83128
84208
  "name": "object",
@@ -84168,8 +85248,24 @@
84168
85248
  "raw": "(props: Record<string, any>) => void"
84169
85249
  }
84170
85250
  },
85251
+ "data-*": {
85252
+ "description": "Wild card data attributes",
85253
+ "required": false,
85254
+ "type": {
85255
+ "name": "string",
85256
+ "raw": "string"
85257
+ }
85258
+ },
85259
+ "aria-*": {
85260
+ "description": "Wild card aria attributes",
85261
+ "required": false,
85262
+ "type": {
85263
+ "name": "string",
85264
+ "raw": "string"
85265
+ }
85266
+ },
84171
85267
  "classNames": {
84172
- "description": "add class names to Mantine components",
85268
+ "description": "Adds class names to Mantine components",
84173
85269
  "required": false,
84174
85270
  "type": {
84175
85271
  "name": "object",
@@ -85229,8 +86325,24 @@
85229
86325
  "raw": "(props: Record<string, any>) => void"
85230
86326
  }
85231
86327
  },
86328
+ "data-*": {
86329
+ "description": "Wild card data attributes",
86330
+ "required": false,
86331
+ "type": {
86332
+ "name": "string",
86333
+ "raw": "string"
86334
+ }
86335
+ },
86336
+ "aria-*": {
86337
+ "description": "Wild card aria attributes",
86338
+ "required": false,
86339
+ "type": {
86340
+ "name": "string",
86341
+ "raw": "string"
86342
+ }
86343
+ },
85232
86344
  "classNames": {
85233
- "description": "add class names to Mantine components",
86345
+ "description": "Adds class names to Mantine components",
85234
86346
  "required": false,
85235
86347
  "type": {
85236
86348
  "name": "object",
@@ -86246,6 +87358,22 @@
86246
87358
  "raw": "(props: Record<string, any>) => void"
86247
87359
  }
86248
87360
  },
87361
+ "data-*": {
87362
+ "description": "Wild card data attributes",
87363
+ "required": false,
87364
+ "type": {
87365
+ "name": "string",
87366
+ "raw": "string"
87367
+ }
87368
+ },
87369
+ "aria-*": {
87370
+ "description": "Wild card aria attributes",
87371
+ "required": false,
87372
+ "type": {
87373
+ "name": "string",
87374
+ "raw": "string"
87375
+ }
87376
+ },
86249
87377
  "m": {
86250
87378
  "description": "margin",
86251
87379
  "required": false,
@@ -87169,7 +88297,7 @@
87169
88297
  }
87170
88298
  },
87171
88299
  "classNames": {
87172
- "description": "add class names to Mantine components",
88300
+ "description": "Adds class names to Mantine components",
87173
88301
  "required": false,
87174
88302
  "type": {
87175
88303
  "name": "object",
@@ -87295,8 +88423,24 @@
87295
88423
  "raw": "(props: Record<string, any>) => void"
87296
88424
  }
87297
88425
  },
88426
+ "data-*": {
88427
+ "description": "Wild card data attributes",
88428
+ "required": false,
88429
+ "type": {
88430
+ "name": "string",
88431
+ "raw": "string"
88432
+ }
88433
+ },
88434
+ "aria-*": {
88435
+ "description": "Wild card aria attributes",
88436
+ "required": false,
88437
+ "type": {
88438
+ "name": "string",
88439
+ "raw": "string"
88440
+ }
88441
+ },
87298
88442
  "classNames": {
87299
- "description": "add class names to Mantine components",
88443
+ "description": "Adds class names to Mantine components",
87300
88444
  "required": false,
87301
88445
  "type": {
87302
88446
  "name": "object",
@@ -88396,8 +89540,24 @@
88396
89540
  "raw": "(props: Record<string, any>) => void"
88397
89541
  }
88398
89542
  },
89543
+ "data-*": {
89544
+ "description": "Wild card data attributes",
89545
+ "required": false,
89546
+ "type": {
89547
+ "name": "string",
89548
+ "raw": "string"
89549
+ }
89550
+ },
89551
+ "aria-*": {
89552
+ "description": "Wild card aria attributes",
89553
+ "required": false,
89554
+ "type": {
89555
+ "name": "string",
89556
+ "raw": "string"
89557
+ }
89558
+ },
88399
89559
  "classNames": {
88400
- "description": "add class names to Mantine components",
89560
+ "description": "Adds class names to Mantine components",
88401
89561
  "required": false,
88402
89562
  "type": {
88403
89563
  "name": "object",
@@ -89631,6 +90791,18 @@
89631
90791
  "required": true,
89632
90792
  "name": "func",
89633
90793
  "raw": "(props: Record<string, any>) => void"
90794
+ },
90795
+ "data-*": {
90796
+ "description": "Wild card data attributes",
90797
+ "required": false,
90798
+ "name": "string",
90799
+ "raw": "string"
90800
+ },
90801
+ "aria-*": {
90802
+ "description": "Wild card aria attributes",
90803
+ "required": false,
90804
+ "name": "string",
90805
+ "raw": "string"
89634
90806
  }
89635
90807
  },
89636
90808
  "raw": "DashBaseProps"
@@ -89639,7 +90811,7 @@
89639
90811
  "name": "shape",
89640
90812
  "value": {
89641
90813
  "classNames": {
89642
- "description": "add class names to Mantine components",
90814
+ "description": "Adds class names to Mantine components",
89643
90815
  "required": false,
89644
90816
  "name": "object",
89645
90817
  "raw": "object"
@@ -90707,7 +91879,7 @@
90707
91879
  "name": "shape",
90708
91880
  "value": {
90709
91881
  "classNames": {
90710
- "description": "add class names to Mantine components",
91882
+ "description": "Adds class names to Mantine components",
90711
91883
  "required": false,
90712
91884
  "name": "object",
90713
91885
  "raw": "object"
@@ -92445,7 +93617,7 @@
92445
93617
  "name": "shape",
92446
93618
  "value": {
92447
93619
  "classNames": {
92448
- "description": "add class names to Mantine components",
93620
+ "description": "Adds class names to Mantine components",
92449
93621
  "required": false,
92450
93622
  "name": "object",
92451
93623
  "raw": "object"
@@ -92497,6 +93669,18 @@
92497
93669
  "required": true,
92498
93670
  "name": "func",
92499
93671
  "raw": "(props: Record<string, any>) => void"
93672
+ },
93673
+ "data-*": {
93674
+ "description": "Wild card data attributes",
93675
+ "required": false,
93676
+ "name": "string",
93677
+ "raw": "string"
93678
+ },
93679
+ "aria-*": {
93680
+ "description": "Wild card aria attributes",
93681
+ "required": false,
93682
+ "name": "string",
93683
+ "raw": "string"
92500
93684
  }
92501
93685
  },
92502
93686
  "raw": "DashBaseProps"
@@ -92789,6 +93973,22 @@
92789
93973
  "raw": "(props: Record<string, any>) => void"
92790
93974
  }
92791
93975
  },
93976
+ "data-*": {
93977
+ "description": "Wild card data attributes",
93978
+ "required": false,
93979
+ "type": {
93980
+ "name": "string",
93981
+ "raw": "string"
93982
+ }
93983
+ },
93984
+ "aria-*": {
93985
+ "description": "Wild card aria attributes",
93986
+ "required": false,
93987
+ "type": {
93988
+ "name": "string",
93989
+ "raw": "string"
93990
+ }
93991
+ },
92792
93992
  "m": {
92793
93993
  "description": "margin",
92794
93994
  "required": false,
@@ -93712,7 +94912,7 @@
93712
94912
  }
93713
94913
  },
93714
94914
  "classNames": {
93715
- "description": "add class names to Mantine components",
94915
+ "description": "Adds class names to Mantine components",
93716
94916
  "required": false,
93717
94917
  "type": {
93718
94918
  "name": "object",
@@ -93988,8 +95188,24 @@
93988
95188
  "raw": "(props: Record<string, any>) => void"
93989
95189
  }
93990
95190
  },
95191
+ "data-*": {
95192
+ "description": "Wild card data attributes",
95193
+ "required": false,
95194
+ "type": {
95195
+ "name": "string",
95196
+ "raw": "string"
95197
+ }
95198
+ },
95199
+ "aria-*": {
95200
+ "description": "Wild card aria attributes",
95201
+ "required": false,
95202
+ "type": {
95203
+ "name": "string",
95204
+ "raw": "string"
95205
+ }
95206
+ },
93991
95207
  "classNames": {
93992
- "description": "add class names to Mantine components",
95208
+ "description": "Adds class names to Mantine components",
93993
95209
  "required": false,
93994
95210
  "type": {
93995
95211
  "name": "object",
@@ -95091,6 +96307,22 @@
95091
96307
  "raw": "(props: Record<string, any>) => void"
95092
96308
  }
95093
96309
  },
96310
+ "data-*": {
96311
+ "description": "Wild card data attributes",
96312
+ "required": false,
96313
+ "type": {
96314
+ "name": "string",
96315
+ "raw": "string"
96316
+ }
96317
+ },
96318
+ "aria-*": {
96319
+ "description": "Wild card aria attributes",
96320
+ "required": false,
96321
+ "type": {
96322
+ "name": "string",
96323
+ "raw": "string"
96324
+ }
96325
+ },
95094
96326
  "m": {
95095
96327
  "description": "margin",
95096
96328
  "required": false,
@@ -96014,7 +97246,7 @@
96014
97246
  }
96015
97247
  },
96016
97248
  "classNames": {
96017
- "description": "add class names to Mantine components",
97249
+ "description": "Adds class names to Mantine components",
96018
97250
  "required": false,
96019
97251
  "type": {
96020
97252
  "name": "object",
@@ -96346,8 +97578,24 @@
96346
97578
  "raw": "(props: Record<string, any>) => void"
96347
97579
  }
96348
97580
  },
97581
+ "data-*": {
97582
+ "description": "Wild card data attributes",
97583
+ "required": false,
97584
+ "type": {
97585
+ "name": "string",
97586
+ "raw": "string"
97587
+ }
97588
+ },
97589
+ "aria-*": {
97590
+ "description": "Wild card aria attributes",
97591
+ "required": false,
97592
+ "type": {
97593
+ "name": "string",
97594
+ "raw": "string"
97595
+ }
97596
+ },
96349
97597
  "classNames": {
96350
- "description": "add class names to Mantine components",
97598
+ "description": "Adds class names to Mantine components",
96351
97599
  "required": false,
96352
97600
  "type": {
96353
97601
  "name": "object",
@@ -97493,6 +98741,22 @@
97493
98741
  "raw": "(props: Record<string, any>) => void"
97494
98742
  }
97495
98743
  },
98744
+ "data-*": {
98745
+ "description": "Wild card data attributes",
98746
+ "required": false,
98747
+ "type": {
98748
+ "name": "string",
98749
+ "raw": "string"
98750
+ }
98751
+ },
98752
+ "aria-*": {
98753
+ "description": "Wild card aria attributes",
98754
+ "required": false,
98755
+ "type": {
98756
+ "name": "string",
98757
+ "raw": "string"
98758
+ }
98759
+ },
97496
98760
  "m": {
97497
98761
  "description": "margin",
97498
98762
  "required": false,
@@ -98416,7 +99680,7 @@
98416
99680
  }
98417
99681
  },
98418
99682
  "classNames": {
98419
- "description": "add class names to Mantine components",
99683
+ "description": "Adds class names to Mantine components",
98420
99684
  "required": false,
98421
99685
  "type": {
98422
99686
  "name": "object",
@@ -99491,7 +100755,7 @@
99491
100755
  }
99492
100756
  },
99493
100757
  "classNames": {
99494
- "description": "add class names to Mantine components",
100758
+ "description": "Adds class names to Mantine components",
99495
100759
  "required": false,
99496
100760
  "type": {
99497
100761
  "name": "object",
@@ -99553,6 +100817,22 @@
99553
100817
  "name": "func",
99554
100818
  "raw": "(props: Record<string, any>) => void"
99555
100819
  }
100820
+ },
100821
+ "data-*": {
100822
+ "description": "Wild card data attributes",
100823
+ "required": false,
100824
+ "type": {
100825
+ "name": "string",
100826
+ "raw": "string"
100827
+ }
100828
+ },
100829
+ "aria-*": {
100830
+ "description": "Wild card aria attributes",
100831
+ "required": false,
100832
+ "type": {
100833
+ "name": "string",
100834
+ "raw": "string"
100835
+ }
99556
100836
  }
99557
100837
  },
99558
100838
  "isContext": false
@@ -99609,8 +100889,24 @@
99609
100889
  "raw": "(props: Record<string, any>) => void"
99610
100890
  }
99611
100891
  },
100892
+ "data-*": {
100893
+ "description": "Wild card data attributes",
100894
+ "required": false,
100895
+ "type": {
100896
+ "name": "string",
100897
+ "raw": "string"
100898
+ }
100899
+ },
100900
+ "aria-*": {
100901
+ "description": "Wild card aria attributes",
100902
+ "required": false,
100903
+ "type": {
100904
+ "name": "string",
100905
+ "raw": "string"
100906
+ }
100907
+ },
99612
100908
  "classNames": {
99613
- "description": "add class names to Mantine components",
100909
+ "description": "Adds class names to Mantine components",
99614
100910
  "required": false,
99615
100911
  "type": {
99616
100912
  "name": "object",
@@ -100650,8 +101946,24 @@
100650
101946
  "raw": "(props: Record<string, any>) => void"
100651
101947
  }
100652
101948
  },
101949
+ "data-*": {
101950
+ "description": "Wild card data attributes",
101951
+ "required": false,
101952
+ "type": {
101953
+ "name": "string",
101954
+ "raw": "string"
101955
+ }
101956
+ },
101957
+ "aria-*": {
101958
+ "description": "Wild card aria attributes",
101959
+ "required": false,
101960
+ "type": {
101961
+ "name": "string",
101962
+ "raw": "string"
101963
+ }
101964
+ },
100653
101965
  "classNames": {
100654
- "description": "add class names to Mantine components",
101966
+ "description": "Adds class names to Mantine components",
100655
101967
  "required": false,
100656
101968
  "type": {
100657
101969
  "name": "object",
@@ -101819,8 +103131,24 @@
101819
103131
  "raw": "(props: Record<string, any>) => void"
101820
103132
  }
101821
103133
  },
103134
+ "data-*": {
103135
+ "description": "Wild card data attributes",
103136
+ "required": false,
103137
+ "type": {
103138
+ "name": "string",
103139
+ "raw": "string"
103140
+ }
103141
+ },
103142
+ "aria-*": {
103143
+ "description": "Wild card aria attributes",
103144
+ "required": false,
103145
+ "type": {
103146
+ "name": "string",
103147
+ "raw": "string"
103148
+ }
103149
+ },
101822
103150
  "classNames": {
101823
- "description": "add class names to Mantine components",
103151
+ "description": "Adds class names to Mantine components",
101824
103152
  "required": false,
101825
103153
  "type": {
101826
103154
  "name": "object",
@@ -102828,8 +104156,24 @@
102828
104156
  "raw": "(props: Record<string, any>) => void"
102829
104157
  }
102830
104158
  },
104159
+ "data-*": {
104160
+ "description": "Wild card data attributes",
104161
+ "required": false,
104162
+ "type": {
104163
+ "name": "string",
104164
+ "raw": "string"
104165
+ }
104166
+ },
104167
+ "aria-*": {
104168
+ "description": "Wild card aria attributes",
104169
+ "required": false,
104170
+ "type": {
104171
+ "name": "string",
104172
+ "raw": "string"
104173
+ }
104174
+ },
102831
104175
  "classNames": {
102832
- "description": "add class names to Mantine components",
104176
+ "description": "Adds class names to Mantine components",
102833
104177
  "required": false,
102834
104178
  "type": {
102835
104179
  "name": "object",
@@ -103882,6 +105226,18 @@
103882
105226
  "required": true,
103883
105227
  "name": "func",
103884
105228
  "raw": "(props: Record<string, any>) => void"
105229
+ },
105230
+ "data-*": {
105231
+ "description": "Wild card data attributes",
105232
+ "required": false,
105233
+ "name": "string",
105234
+ "raw": "string"
105235
+ },
105236
+ "aria-*": {
105237
+ "description": "Wild card aria attributes",
105238
+ "required": false,
105239
+ "name": "string",
105240
+ "raw": "string"
103885
105241
  }
103886
105242
  },
103887
105243
  "raw": "DashBaseProps"
@@ -104732,7 +106088,7 @@
104732
106088
  "name": "shape",
104733
106089
  "value": {
104734
106090
  "classNames": {
104735
- "description": "add class names to Mantine components",
106091
+ "description": "Adds class names to Mantine components",
104736
106092
  "required": false,
104737
106093
  "name": "object",
104738
106094
  "raw": "object"
@@ -105196,7 +106552,7 @@
105196
106552
  "name": "shape",
105197
106553
  "value": {
105198
106554
  "classNames": {
105199
- "description": "add class names to Mantine components",
106555
+ "description": "Adds class names to Mantine components",
105200
106556
  "required": false,
105201
106557
  "name": "object",
105202
106558
  "raw": "object"
@@ -106435,8 +107791,24 @@
106435
107791
  "raw": "(props: Record<string, any>) => void"
106436
107792
  }
106437
107793
  },
107794
+ "data-*": {
107795
+ "description": "Wild card data attributes",
107796
+ "required": false,
107797
+ "type": {
107798
+ "name": "string",
107799
+ "raw": "string"
107800
+ }
107801
+ },
107802
+ "aria-*": {
107803
+ "description": "Wild card aria attributes",
107804
+ "required": false,
107805
+ "type": {
107806
+ "name": "string",
107807
+ "raw": "string"
107808
+ }
107809
+ },
106438
107810
  "classNames": {
106439
- "description": "add class names to Mantine components",
107811
+ "description": "Adds class names to Mantine components",
106440
107812
  "required": false,
106441
107813
  "type": {
106442
107814
  "name": "object",
@@ -107602,6 +108974,22 @@
107602
108974
  "raw": "(props: Record<string, any>) => void"
107603
108975
  }
107604
108976
  },
108977
+ "data-*": {
108978
+ "description": "Wild card data attributes",
108979
+ "required": false,
108980
+ "type": {
108981
+ "name": "string",
108982
+ "raw": "string"
108983
+ }
108984
+ },
108985
+ "aria-*": {
108986
+ "description": "Wild card aria attributes",
108987
+ "required": false,
108988
+ "type": {
108989
+ "name": "string",
108990
+ "raw": "string"
108991
+ }
108992
+ },
107605
108993
  "m": {
107606
108994
  "description": "margin",
107607
108995
  "required": false,
@@ -108525,7 +109913,7 @@
108525
109913
  }
108526
109914
  },
108527
109915
  "classNames": {
108528
- "description": "add class names to Mantine components",
109916
+ "description": "Adds class names to Mantine components",
108529
109917
  "required": false,
108530
109918
  "type": {
108531
109919
  "name": "object",
@@ -108797,6 +110185,22 @@
108797
110185
  "raw": "(props: Record<string, any>) => void"
108798
110186
  }
108799
110187
  },
110188
+ "data-*": {
110189
+ "description": "Wild card data attributes",
110190
+ "required": false,
110191
+ "type": {
110192
+ "name": "string",
110193
+ "raw": "string"
110194
+ }
110195
+ },
110196
+ "aria-*": {
110197
+ "description": "Wild card aria attributes",
110198
+ "required": false,
110199
+ "type": {
110200
+ "name": "string",
110201
+ "raw": "string"
110202
+ }
110203
+ },
108800
110204
  "persistence": {
108801
110205
  "description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
108802
110206
  "required": false,
@@ -108858,7 +110262,7 @@
108858
110262
  }
108859
110263
  },
108860
110264
  "classNames": {
108861
- "description": "add class names to Mantine components",
110265
+ "description": "Adds class names to Mantine components",
108862
110266
  "required": false,
108863
110267
  "type": {
108864
110268
  "name": "object",
@@ -109892,6 +111296,22 @@
109892
111296
  "raw": "(props: Record<string, any>) => void"
109893
111297
  }
109894
111298
  },
111299
+ "data-*": {
111300
+ "description": "Wild card data attributes",
111301
+ "required": false,
111302
+ "type": {
111303
+ "name": "string",
111304
+ "raw": "string"
111305
+ }
111306
+ },
111307
+ "aria-*": {
111308
+ "description": "Wild card aria attributes",
111309
+ "required": false,
111310
+ "type": {
111311
+ "name": "string",
111312
+ "raw": "string"
111313
+ }
111314
+ },
109895
111315
  "m": {
109896
111316
  "description": "margin",
109897
111317
  "required": false,
@@ -110815,7 +112235,7 @@
110815
112235
  }
110816
112236
  },
110817
112237
  "classNames": {
110818
- "description": "add class names to Mantine components",
112238
+ "description": "Adds class names to Mantine components",
110819
112239
  "required": false,
110820
112240
  "type": {
110821
112241
  "name": "object",
@@ -110999,6 +112419,22 @@
110999
112419
  "raw": "(props: Record<string, any>) => void"
111000
112420
  }
111001
112421
  },
112422
+ "data-*": {
112423
+ "description": "Wild card data attributes",
112424
+ "required": false,
112425
+ "type": {
112426
+ "name": "string",
112427
+ "raw": "string"
112428
+ }
112429
+ },
112430
+ "aria-*": {
112431
+ "description": "Wild card aria attributes",
112432
+ "required": false,
112433
+ "type": {
112434
+ "name": "string",
112435
+ "raw": "string"
112436
+ }
112437
+ },
111002
112438
  "m": {
111003
112439
  "description": "margin",
111004
112440
  "required": false,
@@ -111922,7 +113358,7 @@
111922
113358
  }
111923
113359
  },
111924
113360
  "classNames": {
111925
- "description": "add class names to Mantine components",
113361
+ "description": "Adds class names to Mantine components",
111926
113362
  "required": false,
111927
113363
  "type": {
111928
113364
  "name": "object",
@@ -113035,7 +114471,7 @@
113035
114471
  }
113036
114472
  },
113037
114473
  "classNames": {
113038
- "description": "add class names to Mantine components",
114474
+ "description": "Adds class names to Mantine components",
113039
114475
  "required": false,
113040
114476
  "type": {
113041
114477
  "name": "object",
@@ -113097,6 +114533,22 @@
113097
114533
  "name": "func",
113098
114534
  "raw": "(props: Record<string, any>) => void"
113099
114535
  }
114536
+ },
114537
+ "data-*": {
114538
+ "description": "Wild card data attributes",
114539
+ "required": false,
114540
+ "type": {
114541
+ "name": "string",
114542
+ "raw": "string"
114543
+ }
114544
+ },
114545
+ "aria-*": {
114546
+ "description": "Wild card aria attributes",
114547
+ "required": false,
114548
+ "type": {
114549
+ "name": "string",
114550
+ "raw": "string"
114551
+ }
113100
114552
  }
113101
114553
  },
113102
114554
  "isContext": false
@@ -113209,8 +114661,24 @@
113209
114661
  "raw": "(props: Record<string, any>) => void"
113210
114662
  }
113211
114663
  },
114664
+ "data-*": {
114665
+ "description": "Wild card data attributes",
114666
+ "required": false,
114667
+ "type": {
114668
+ "name": "string",
114669
+ "raw": "string"
114670
+ }
114671
+ },
114672
+ "aria-*": {
114673
+ "description": "Wild card aria attributes",
114674
+ "required": false,
114675
+ "type": {
114676
+ "name": "string",
114677
+ "raw": "string"
114678
+ }
114679
+ },
113212
114680
  "classNames": {
113213
- "description": "add class names to Mantine components",
114681
+ "description": "Adds class names to Mantine components",
113214
114682
  "required": false,
113215
114683
  "type": {
113216
114684
  "name": "object",
@@ -114292,6 +115760,22 @@
114292
115760
  "raw": "(props: Record<string, any>) => void"
114293
115761
  }
114294
115762
  },
115763
+ "data-*": {
115764
+ "description": "Wild card data attributes",
115765
+ "required": false,
115766
+ "type": {
115767
+ "name": "string",
115768
+ "raw": "string"
115769
+ }
115770
+ },
115771
+ "aria-*": {
115772
+ "description": "Wild card aria attributes",
115773
+ "required": false,
115774
+ "type": {
115775
+ "name": "string",
115776
+ "raw": "string"
115777
+ }
115778
+ },
114295
115779
  "m": {
114296
115780
  "description": "margin",
114297
115781
  "required": false,
@@ -115215,7 +116699,7 @@
115215
116699
  }
115216
116700
  },
115217
116701
  "classNames": {
115218
- "description": "add class names to Mantine components",
116702
+ "description": "Adds class names to Mantine components",
115219
116703
  "required": false,
115220
116704
  "type": {
115221
116705
  "name": "object",
@@ -115471,8 +116955,24 @@
115471
116955
  "raw": "(props: Record<string, any>) => void"
115472
116956
  }
115473
116957
  },
116958
+ "data-*": {
116959
+ "description": "Wild card data attributes",
116960
+ "required": false,
116961
+ "type": {
116962
+ "name": "string",
116963
+ "raw": "string"
116964
+ }
116965
+ },
116966
+ "aria-*": {
116967
+ "description": "Wild card aria attributes",
116968
+ "required": false,
116969
+ "type": {
116970
+ "name": "string",
116971
+ "raw": "string"
116972
+ }
116973
+ },
115474
116974
  "classNames": {
115475
- "description": "add class names to Mantine components",
116975
+ "description": "Adds class names to Mantine components",
115476
116976
  "required": false,
115477
116977
  "type": {
115478
116978
  "name": "object",
@@ -116584,6 +118084,22 @@
116584
118084
  "raw": "(props: Record<string, any>) => void"
116585
118085
  }
116586
118086
  },
118087
+ "data-*": {
118088
+ "description": "Wild card data attributes",
118089
+ "required": false,
118090
+ "type": {
118091
+ "name": "string",
118092
+ "raw": "string"
118093
+ }
118094
+ },
118095
+ "aria-*": {
118096
+ "description": "Wild card aria attributes",
118097
+ "required": false,
118098
+ "type": {
118099
+ "name": "string",
118100
+ "raw": "string"
118101
+ }
118102
+ },
116587
118103
  "m": {
116588
118104
  "description": "margin",
116589
118105
  "required": false,
@@ -117507,7 +119023,7 @@
117507
119023
  }
117508
119024
  },
117509
119025
  "classNames": {
117510
- "description": "add class names to Mantine components",
119026
+ "description": "Adds class names to Mantine components",
117511
119027
  "required": false,
117512
119028
  "type": {
117513
119029
  "name": "object",
@@ -117695,6 +119211,22 @@
117695
119211
  "raw": "(props: Record<string, any>) => void"
117696
119212
  }
117697
119213
  },
119214
+ "data-*": {
119215
+ "description": "Wild card data attributes",
119216
+ "required": false,
119217
+ "type": {
119218
+ "name": "string",
119219
+ "raw": "string"
119220
+ }
119221
+ },
119222
+ "aria-*": {
119223
+ "description": "Wild card aria attributes",
119224
+ "required": false,
119225
+ "type": {
119226
+ "name": "string",
119227
+ "raw": "string"
119228
+ }
119229
+ },
117698
119230
  "m": {
117699
119231
  "description": "margin",
117700
119232
  "required": false,
@@ -118618,7 +120150,7 @@
118618
120150
  }
118619
120151
  },
118620
120152
  "classNames": {
118621
- "description": "add class names to Mantine components",
120153
+ "description": "Adds class names to Mantine components",
118622
120154
  "required": false,
118623
120155
  "type": {
118624
120156
  "name": "object",
@@ -118696,6 +120228,22 @@
118696
120228
  "raw": "(props: Record<string, any>) => void"
118697
120229
  }
118698
120230
  },
120231
+ "data-*": {
120232
+ "description": "Wild card data attributes",
120233
+ "required": false,
120234
+ "type": {
120235
+ "name": "string",
120236
+ "raw": "string"
120237
+ }
120238
+ },
120239
+ "aria-*": {
120240
+ "description": "Wild card aria attributes",
120241
+ "required": false,
120242
+ "type": {
120243
+ "name": "string",
120244
+ "raw": "string"
120245
+ }
120246
+ },
118699
120247
  "m": {
118700
120248
  "description": "margin",
118701
120249
  "required": false,
@@ -119619,7 +121167,7 @@
119619
121167
  }
119620
121168
  },
119621
121169
  "classNames": {
119622
- "description": "add class names to Mantine components",
121170
+ "description": "Adds class names to Mantine components",
119623
121171
  "required": false,
119624
121172
  "type": {
119625
121173
  "name": "object",
@@ -119751,6 +121299,22 @@
119751
121299
  "raw": "(props: Record<string, any>) => void"
119752
121300
  }
119753
121301
  },
121302
+ "data-*": {
121303
+ "description": "Wild card data attributes",
121304
+ "required": false,
121305
+ "type": {
121306
+ "name": "string",
121307
+ "raw": "string"
121308
+ }
121309
+ },
121310
+ "aria-*": {
121311
+ "description": "Wild card aria attributes",
121312
+ "required": false,
121313
+ "type": {
121314
+ "name": "string",
121315
+ "raw": "string"
121316
+ }
121317
+ },
119754
121318
  "m": {
119755
121319
  "description": "margin",
119756
121320
  "required": false,
@@ -120674,7 +122238,7 @@
120674
122238
  }
120675
122239
  },
120676
122240
  "classNames": {
120677
- "description": "add class names to Mantine components",
122241
+ "description": "Adds class names to Mantine components",
120678
122242
  "required": false,
120679
122243
  "type": {
120680
122244
  "name": "object",
@@ -120850,8 +122414,24 @@
120850
122414
  "raw": "(props: Record<string, any>) => void"
120851
122415
  }
120852
122416
  },
122417
+ "data-*": {
122418
+ "description": "Wild card data attributes",
122419
+ "required": false,
122420
+ "type": {
122421
+ "name": "string",
122422
+ "raw": "string"
122423
+ }
122424
+ },
122425
+ "aria-*": {
122426
+ "description": "Wild card aria attributes",
122427
+ "required": false,
122428
+ "type": {
122429
+ "name": "string",
122430
+ "raw": "string"
122431
+ }
122432
+ },
120853
122433
  "classNames": {
120854
- "description": "add class names to Mantine components",
122434
+ "description": "Adds class names to Mantine components",
120855
122435
  "required": false,
120856
122436
  "type": {
120857
122437
  "name": "object",
@@ -122000,7 +123580,7 @@
122000
123580
  }
122001
123581
  },
122002
123582
  "classNames": {
122003
- "description": "add class names to Mantine components",
123583
+ "description": "Adds class names to Mantine components",
122004
123584
  "required": false,
122005
123585
  "type": {
122006
123586
  "name": "object",
@@ -122984,6 +124564,22 @@
122984
124564
  "name": "func",
122985
124565
  "raw": "(props: Record<string, any>) => void"
122986
124566
  }
124567
+ },
124568
+ "data-*": {
124569
+ "description": "Wild card data attributes",
124570
+ "required": false,
124571
+ "type": {
124572
+ "name": "string",
124573
+ "raw": "string"
124574
+ }
124575
+ },
124576
+ "aria-*": {
124577
+ "description": "Wild card aria attributes",
124578
+ "required": false,
124579
+ "type": {
124580
+ "name": "string",
124581
+ "raw": "string"
124582
+ }
122987
124583
  }
122988
124584
  },
122989
124585
  "isContext": false
@@ -123136,6 +124732,22 @@
123136
124732
  "raw": "(props: Record<string, any>) => void"
123137
124733
  }
123138
124734
  },
124735
+ "data-*": {
124736
+ "description": "Wild card data attributes",
124737
+ "required": false,
124738
+ "type": {
124739
+ "name": "string",
124740
+ "raw": "string"
124741
+ }
124742
+ },
124743
+ "aria-*": {
124744
+ "description": "Wild card aria attributes",
124745
+ "required": false,
124746
+ "type": {
124747
+ "name": "string",
124748
+ "raw": "string"
124749
+ }
124750
+ },
123139
124751
  "m": {
123140
124752
  "description": "margin",
123141
124753
  "required": false,
@@ -124059,7 +125671,7 @@
124059
125671
  }
124060
125672
  },
124061
125673
  "classNames": {
124062
- "description": "add class names to Mantine components",
125674
+ "description": "Adds class names to Mantine components",
124063
125675
  "required": false,
124064
125676
  "type": {
124065
125677
  "name": "object",
@@ -124355,8 +125967,24 @@
124355
125967
  "raw": "(props: Record<string, any>) => void"
124356
125968
  }
124357
125969
  },
125970
+ "data-*": {
125971
+ "description": "Wild card data attributes",
125972
+ "required": false,
125973
+ "type": {
125974
+ "name": "string",
125975
+ "raw": "string"
125976
+ }
125977
+ },
125978
+ "aria-*": {
125979
+ "description": "Wild card aria attributes",
125980
+ "required": false,
125981
+ "type": {
125982
+ "name": "string",
125983
+ "raw": "string"
125984
+ }
125985
+ },
124358
125986
  "classNames": {
124359
- "description": "add class names to Mantine components",
125987
+ "description": "Adds class names to Mantine components",
124360
125988
  "required": false,
124361
125989
  "type": {
124362
125990
  "name": "object",
@@ -125436,8 +127064,24 @@
125436
127064
  "raw": "(props: Record<string, any>) => void"
125437
127065
  }
125438
127066
  },
127067
+ "data-*": {
127068
+ "description": "Wild card data attributes",
127069
+ "required": false,
127070
+ "type": {
127071
+ "name": "string",
127072
+ "raw": "string"
127073
+ }
127074
+ },
127075
+ "aria-*": {
127076
+ "description": "Wild card aria attributes",
127077
+ "required": false,
127078
+ "type": {
127079
+ "name": "string",
127080
+ "raw": "string"
127081
+ }
127082
+ },
125439
127083
  "classNames": {
125440
- "description": "add class names to Mantine components",
127084
+ "description": "Adds class names to Mantine components",
125441
127085
  "required": false,
125442
127086
  "type": {
125443
127087
  "name": "object",
@@ -126689,8 +128333,24 @@
126689
128333
  "raw": "(props: Record<string, any>) => void"
126690
128334
  }
126691
128335
  },
128336
+ "data-*": {
128337
+ "description": "Wild card data attributes",
128338
+ "required": false,
128339
+ "type": {
128340
+ "name": "string",
128341
+ "raw": "string"
128342
+ }
128343
+ },
128344
+ "aria-*": {
128345
+ "description": "Wild card aria attributes",
128346
+ "required": false,
128347
+ "type": {
128348
+ "name": "string",
128349
+ "raw": "string"
128350
+ }
128351
+ },
126692
128352
  "classNames": {
126693
- "description": "add class names to Mantine components",
128353
+ "description": "Adds class names to Mantine components",
126694
128354
  "required": false,
126695
128355
  "type": {
126696
128356
  "name": "object",
@@ -127914,6 +129574,22 @@
127914
129574
  "raw": "(props: Record<string, any>) => void"
127915
129575
  }
127916
129576
  },
129577
+ "data-*": {
129578
+ "description": "Wild card data attributes",
129579
+ "required": false,
129580
+ "type": {
129581
+ "name": "string",
129582
+ "raw": "string"
129583
+ }
129584
+ },
129585
+ "aria-*": {
129586
+ "description": "Wild card aria attributes",
129587
+ "required": false,
129588
+ "type": {
129589
+ "name": "string",
129590
+ "raw": "string"
129591
+ }
129592
+ },
127917
129593
  "m": {
127918
129594
  "description": "margin",
127919
129595
  "required": false,
@@ -128837,7 +130513,7 @@
128837
130513
  }
128838
130514
  },
128839
130515
  "classNames": {
128840
- "description": "add class names to Mantine components",
130516
+ "description": "Adds class names to Mantine components",
128841
130517
  "required": false,
128842
130518
  "type": {
128843
130519
  "name": "object",
@@ -130679,7 +132355,7 @@
130679
132355
  "name": "shape",
130680
132356
  "value": {
130681
132357
  "classNames": {
130682
- "description": "add class names to Mantine components",
132358
+ "description": "Adds class names to Mantine components",
130683
132359
  "required": false,
130684
132360
  "name": "object",
130685
132361
  "raw": "object"
@@ -131631,8 +133307,24 @@
131631
133307
  "raw": "(props: Record<string, any>) => void"
131632
133308
  }
131633
133309
  },
133310
+ "data-*": {
133311
+ "description": "Wild card data attributes",
133312
+ "required": false,
133313
+ "type": {
133314
+ "name": "string",
133315
+ "raw": "string"
133316
+ }
133317
+ },
133318
+ "aria-*": {
133319
+ "description": "Wild card aria attributes",
133320
+ "required": false,
133321
+ "type": {
133322
+ "name": "string",
133323
+ "raw": "string"
133324
+ }
133325
+ },
131634
133326
  "classNames": {
131635
- "description": "add class names to Mantine components",
133327
+ "description": "Adds class names to Mantine components",
131636
133328
  "required": false,
131637
133329
  "type": {
131638
133330
  "name": "object",
@@ -133138,6 +134830,22 @@
133138
134830
  "raw": "(props: Record<string, any>) => void"
133139
134831
  }
133140
134832
  },
134833
+ "data-*": {
134834
+ "description": "Wild card data attributes",
134835
+ "required": false,
134836
+ "type": {
134837
+ "name": "string",
134838
+ "raw": "string"
134839
+ }
134840
+ },
134841
+ "aria-*": {
134842
+ "description": "Wild card aria attributes",
134843
+ "required": false,
134844
+ "type": {
134845
+ "name": "string",
134846
+ "raw": "string"
134847
+ }
134848
+ },
133141
134849
  "m": {
133142
134850
  "description": "margin",
133143
134851
  "required": false,
@@ -134061,7 +135769,7 @@
134061
135769
  }
134062
135770
  },
134063
135771
  "classNames": {
134064
- "description": "add class names to Mantine components",
135772
+ "description": "Adds class names to Mantine components",
134065
135773
  "required": false,
134066
135774
  "type": {
134067
135775
  "name": "object",
@@ -135727,7 +137435,7 @@
135727
137435
  "name": "shape",
135728
137436
  "value": {
135729
137437
  "classNames": {
135730
- "description": "add class names to Mantine components",
137438
+ "description": "Adds class names to Mantine components",
135731
137439
  "required": false,
135732
137440
  "name": "object",
135733
137441
  "raw": "object"
@@ -136919,8 +138627,24 @@
136919
138627
  "raw": "(props: Record<string, any>) => void"
136920
138628
  }
136921
138629
  },
138630
+ "data-*": {
138631
+ "description": "Wild card data attributes",
138632
+ "required": false,
138633
+ "type": {
138634
+ "name": "string",
138635
+ "raw": "string"
138636
+ }
138637
+ },
138638
+ "aria-*": {
138639
+ "description": "Wild card aria attributes",
138640
+ "required": false,
138641
+ "type": {
138642
+ "name": "string",
138643
+ "raw": "string"
138644
+ }
138645
+ },
136922
138646
  "classNames": {
136923
- "description": "add class names to Mantine components",
138647
+ "description": "Adds class names to Mantine components",
136924
138648
  "required": false,
136925
138649
  "type": {
136926
138650
  "name": "object",
@@ -138078,8 +139802,24 @@
138078
139802
  "raw": "(props: Record<string, any>) => void"
138079
139803
  }
138080
139804
  },
139805
+ "data-*": {
139806
+ "description": "Wild card data attributes",
139807
+ "required": false,
139808
+ "type": {
139809
+ "name": "string",
139810
+ "raw": "string"
139811
+ }
139812
+ },
139813
+ "aria-*": {
139814
+ "description": "Wild card aria attributes",
139815
+ "required": false,
139816
+ "type": {
139817
+ "name": "string",
139818
+ "raw": "string"
139819
+ }
139820
+ },
138081
139821
  "classNames": {
138082
- "description": "add class names to Mantine components",
139822
+ "description": "Adds class names to Mantine components",
138083
139823
  "required": false,
138084
139824
  "type": {
138085
139825
  "name": "object",
@@ -139433,8 +141173,24 @@
139433
141173
  "raw": "(props: Record<string, any>) => void"
139434
141174
  }
139435
141175
  },
141176
+ "data-*": {
141177
+ "description": "Wild card data attributes",
141178
+ "required": false,
141179
+ "type": {
141180
+ "name": "string",
141181
+ "raw": "string"
141182
+ }
141183
+ },
141184
+ "aria-*": {
141185
+ "description": "Wild card aria attributes",
141186
+ "required": false,
141187
+ "type": {
141188
+ "name": "string",
141189
+ "raw": "string"
141190
+ }
141191
+ },
139436
141192
  "classNames": {
139437
- "description": "add class names to Mantine components",
141193
+ "description": "Adds class names to Mantine components",
139438
141194
  "required": false,
139439
141195
  "type": {
139440
141196
  "name": "object",
@@ -140538,258 +142294,340 @@
140538
142294
  "raw": "(props: Record<string, any>) => void"
140539
142295
  }
140540
142296
  },
142297
+ "data-*": {
142298
+ "description": "Wild card data attributes",
142299
+ "required": false,
142300
+ "type": {
142301
+ "name": "string",
142302
+ "raw": "string"
142303
+ }
142304
+ },
142305
+ "aria-*": {
142306
+ "description": "Wild card aria attributes",
142307
+ "required": false,
142308
+ "type": {
142309
+ "name": "string",
142310
+ "raw": "string"
142311
+ }
142312
+ },
140541
142313
  "m": {
140542
- "description": "",
142314
+ "description": "margin",
140543
142315
  "required": false,
140544
142316
  "type": {
140545
142317
  "name": "union",
140546
142318
  "value": [
142319
+ {
142320
+ "name": "string",
142321
+ "raw": "string"
142322
+ },
140547
142323
  {
140548
142324
  "name": "number",
140549
142325
  "raw": "number"
140550
142326
  }
140551
142327
  ],
140552
- "raw": "SystemProp<SpacingValue>"
142328
+ "raw": "MantineNumberSize"
140553
142329
  }
140554
142330
  },
140555
142331
  "my": {
140556
- "description": "",
142332
+ "description": "marginTop, marginBottom",
140557
142333
  "required": false,
140558
142334
  "type": {
140559
142335
  "name": "union",
140560
142336
  "value": [
142337
+ {
142338
+ "name": "string",
142339
+ "raw": "string"
142340
+ },
140561
142341
  {
140562
142342
  "name": "number",
140563
142343
  "raw": "number"
140564
142344
  }
140565
142345
  ],
140566
- "raw": "SystemProp<SpacingValue>"
142346
+ "raw": "MantineNumberSize"
140567
142347
  }
140568
142348
  },
140569
142349
  "mx": {
140570
- "description": "",
142350
+ "description": "marginRight, marginLeft",
140571
142351
  "required": false,
140572
142352
  "type": {
140573
142353
  "name": "union",
140574
142354
  "value": [
142355
+ {
142356
+ "name": "string",
142357
+ "raw": "string"
142358
+ },
140575
142359
  {
140576
142360
  "name": "number",
140577
142361
  "raw": "number"
140578
142362
  }
140579
142363
  ],
140580
- "raw": "SystemProp<SpacingValue>"
142364
+ "raw": "MantineNumberSize"
140581
142365
  }
140582
142366
  },
140583
142367
  "mt": {
140584
- "description": "",
142368
+ "description": "marginTop",
140585
142369
  "required": false,
140586
142370
  "type": {
140587
142371
  "name": "union",
140588
142372
  "value": [
142373
+ {
142374
+ "name": "string",
142375
+ "raw": "string"
142376
+ },
140589
142377
  {
140590
142378
  "name": "number",
140591
142379
  "raw": "number"
140592
142380
  }
140593
142381
  ],
140594
- "raw": "SystemProp<SpacingValue>"
142382
+ "raw": "MantineNumberSize"
140595
142383
  }
140596
142384
  },
140597
142385
  "mb": {
140598
- "description": "",
142386
+ "description": "marginBottom",
140599
142387
  "required": false,
140600
142388
  "type": {
140601
142389
  "name": "union",
140602
142390
  "value": [
142391
+ {
142392
+ "name": "string",
142393
+ "raw": "string"
142394
+ },
140603
142395
  {
140604
142396
  "name": "number",
140605
142397
  "raw": "number"
140606
142398
  }
140607
142399
  ],
140608
- "raw": "SystemProp<SpacingValue>"
142400
+ "raw": "MantineNumberSize"
140609
142401
  }
140610
142402
  },
140611
142403
  "ml": {
140612
- "description": "",
142404
+ "description": "marginLeft",
140613
142405
  "required": false,
140614
142406
  "type": {
140615
142407
  "name": "union",
140616
142408
  "value": [
142409
+ {
142410
+ "name": "string",
142411
+ "raw": "string"
142412
+ },
140617
142413
  {
140618
142414
  "name": "number",
140619
142415
  "raw": "number"
140620
142416
  }
140621
142417
  ],
140622
- "raw": "SystemProp<SpacingValue>"
142418
+ "raw": "MantineNumberSize"
140623
142419
  }
140624
142420
  },
140625
142421
  "mr": {
140626
- "description": "",
142422
+ "description": "marginRight",
140627
142423
  "required": false,
140628
142424
  "type": {
140629
142425
  "name": "union",
140630
142426
  "value": [
142427
+ {
142428
+ "name": "string",
142429
+ "raw": "string"
142430
+ },
140631
142431
  {
140632
142432
  "name": "number",
140633
142433
  "raw": "number"
140634
142434
  }
140635
142435
  ],
140636
- "raw": "SystemProp<SpacingValue>"
142436
+ "raw": "MantineNumberSize"
140637
142437
  }
140638
142438
  },
140639
142439
  "p": {
140640
- "description": "",
142440
+ "description": "padding",
140641
142441
  "required": false,
140642
142442
  "type": {
140643
142443
  "name": "union",
140644
142444
  "value": [
142445
+ {
142446
+ "name": "string",
142447
+ "raw": "string"
142448
+ },
140645
142449
  {
140646
142450
  "name": "number",
140647
142451
  "raw": "number"
140648
142452
  }
140649
142453
  ],
140650
- "raw": "SystemProp<SpacingValue>"
142454
+ "raw": "MantineNumberSize"
140651
142455
  }
140652
142456
  },
140653
142457
  "py": {
140654
- "description": "",
142458
+ "description": "paddingTop, paddingBottom",
140655
142459
  "required": false,
140656
142460
  "type": {
140657
142461
  "name": "union",
140658
142462
  "value": [
142463
+ {
142464
+ "name": "string",
142465
+ "raw": "string"
142466
+ },
140659
142467
  {
140660
142468
  "name": "number",
140661
142469
  "raw": "number"
140662
142470
  }
140663
142471
  ],
140664
- "raw": "SystemProp<SpacingValue>"
142472
+ "raw": "MantineNumberSize"
140665
142473
  }
140666
142474
  },
140667
142475
  "px": {
140668
- "description": "",
142476
+ "description": "paddingRight, paddingLeft",
140669
142477
  "required": false,
140670
142478
  "type": {
140671
142479
  "name": "union",
140672
142480
  "value": [
142481
+ {
142482
+ "name": "string",
142483
+ "raw": "string"
142484
+ },
140673
142485
  {
140674
142486
  "name": "number",
140675
142487
  "raw": "number"
140676
142488
  }
140677
142489
  ],
140678
- "raw": "SystemProp<SpacingValue>"
142490
+ "raw": "MantineNumberSize"
140679
142491
  }
140680
142492
  },
140681
142493
  "pt": {
140682
- "description": "",
142494
+ "description": "paddingTop",
140683
142495
  "required": false,
140684
142496
  "type": {
140685
142497
  "name": "union",
140686
142498
  "value": [
142499
+ {
142500
+ "name": "string",
142501
+ "raw": "string"
142502
+ },
140687
142503
  {
140688
142504
  "name": "number",
140689
142505
  "raw": "number"
140690
142506
  }
140691
142507
  ],
140692
- "raw": "SystemProp<SpacingValue>"
142508
+ "raw": "MantineNumberSize"
140693
142509
  }
140694
142510
  },
140695
142511
  "pb": {
140696
- "description": "",
142512
+ "description": "paddingBottom",
140697
142513
  "required": false,
140698
142514
  "type": {
140699
142515
  "name": "union",
140700
142516
  "value": [
142517
+ {
142518
+ "name": "string",
142519
+ "raw": "string"
142520
+ },
140701
142521
  {
140702
142522
  "name": "number",
140703
142523
  "raw": "number"
140704
142524
  }
140705
142525
  ],
140706
- "raw": "SystemProp<SpacingValue>"
142526
+ "raw": "MantineNumberSize"
140707
142527
  }
140708
142528
  },
140709
142529
  "pl": {
140710
- "description": "",
142530
+ "description": "paddingLeft",
140711
142531
  "required": false,
140712
142532
  "type": {
140713
142533
  "name": "union",
140714
142534
  "value": [
142535
+ {
142536
+ "name": "string",
142537
+ "raw": "string"
142538
+ },
140715
142539
  {
140716
142540
  "name": "number",
140717
142541
  "raw": "number"
140718
142542
  }
140719
142543
  ],
140720
- "raw": "SystemProp<SpacingValue>"
142544
+ "raw": "MantineNumberSize"
140721
142545
  }
140722
142546
  },
140723
142547
  "pr": {
140724
- "description": "",
142548
+ "description": "paddingRight",
140725
142549
  "required": false,
140726
142550
  "type": {
140727
142551
  "name": "union",
140728
142552
  "value": [
142553
+ {
142554
+ "name": "string",
142555
+ "raw": "string"
142556
+ },
140729
142557
  {
140730
142558
  "name": "number",
140731
142559
  "raw": "number"
140732
142560
  }
140733
142561
  ],
140734
- "raw": "SystemProp<SpacingValue>"
142562
+ "raw": "MantineNumberSize"
140735
142563
  }
140736
142564
  },
140737
142565
  "bg": {
140738
- "description": "",
142566
+ "description": "background",
140739
142567
  "required": false,
140740
142568
  "type": {
140741
- "name": "any",
140742
- "raw": "SystemProp<DefaultMantineColor>"
142569
+ "name": "string",
142570
+ "raw": "string"
140743
142571
  }
140744
142572
  },
140745
142573
  "c": {
140746
- "description": "",
142574
+ "description": "color",
140747
142575
  "required": false,
140748
142576
  "type": {
140749
- "name": "any",
140750
- "raw": "SystemProp<DefaultMantineColor>"
142577
+ "name": "string",
142578
+ "raw": "string"
140751
142579
  }
140752
142580
  },
140753
142581
  "opacity": {
140754
- "description": "",
142582
+ "description": "opacity",
140755
142583
  "required": false,
140756
142584
  "type": {
140757
- "name": "any",
140758
- "raw": "SystemProp<Opacity>"
142585
+ "name": "number",
142586
+ "raw": "number"
140759
142587
  }
140760
142588
  },
140761
142589
  "ff": {
140762
- "description": "",
142590
+ "description": "fontFamily",
140763
142591
  "required": false,
140764
142592
  "type": {
140765
- "name": "any",
140766
- "raw": "SystemProp<FontFamily>"
142593
+ "name": "string",
142594
+ "raw": "string"
140767
142595
  }
140768
142596
  },
140769
142597
  "fz": {
140770
- "description": "",
142598
+ "description": "fontSize",
140771
142599
  "required": false,
140772
142600
  "type": {
140773
142601
  "name": "union",
140774
142602
  "value": [
142603
+ {
142604
+ "name": "string",
142605
+ "raw": "string"
142606
+ },
140775
142607
  {
140776
142608
  "name": "number",
140777
142609
  "raw": "number"
140778
142610
  }
140779
142611
  ],
140780
- "raw": "SystemProp<SpacingValue>"
142612
+ "raw": "MantineNumberSize"
140781
142613
  }
140782
142614
  },
140783
142615
  "fw": {
140784
- "description": "",
142616
+ "description": "fontWeight",
140785
142617
  "required": false,
140786
142618
  "type": {
140787
- "name": "any",
140788
- "raw": "SystemProp<FontWeight>"
142619
+ "name": "union",
142620
+ "value": [
142621
+ {
142622
+ "name": "number",
142623
+ "raw": "number"
142624
+ }
142625
+ ],
142626
+ "raw": "FontWeight"
140789
142627
  }
140790
142628
  },
140791
142629
  "lts": {
140792
- "description": "",
142630
+ "description": "letterSpacing",
140793
142631
  "required": false,
140794
142632
  "type": {
140795
142633
  "name": "union",
@@ -140803,19 +142641,45 @@
140803
142641
  "raw": "number"
140804
142642
  }
140805
142643
  ],
140806
- "raw": "SystemProp<LetterSpacing<string | number>>"
142644
+ "raw": "LetterSpacing"
140807
142645
  }
140808
142646
  },
140809
142647
  "ta": {
140810
- "description": "",
142648
+ "description": "textAlign",
140811
142649
  "required": false,
140812
142650
  "type": {
140813
- "name": "any",
140814
- "raw": "SystemProp<TextAlign>"
142651
+ "name": "enum",
142652
+ "value": [
142653
+ {
142654
+ "value": "'initial'",
142655
+ "computed": false
142656
+ },
142657
+ {
142658
+ "value": "'inherit'",
142659
+ "computed": false
142660
+ },
142661
+ {
142662
+ "value": "'left'",
142663
+ "computed": false
142664
+ },
142665
+ {
142666
+ "value": "'right'",
142667
+ "computed": false
142668
+ },
142669
+ {
142670
+ "value": "'center'",
142671
+ "computed": false
142672
+ },
142673
+ {
142674
+ "value": "'justify'",
142675
+ "computed": false
142676
+ }
142677
+ ],
142678
+ "raw": "TextAlign"
140815
142679
  }
140816
142680
  },
140817
142681
  "lh": {
140818
- "description": "",
142682
+ "description": "lineHeight",
140819
142683
  "required": false,
140820
142684
  "type": {
140821
142685
  "name": "union",
@@ -140829,45 +142693,109 @@
140829
142693
  "raw": "number"
140830
142694
  }
140831
142695
  ],
140832
- "raw": "SystemProp<LineHeight<string | number>>"
142696
+ "raw": "LineHeight"
140833
142697
  }
140834
142698
  },
140835
142699
  "fs": {
140836
- "description": "",
142700
+ "description": "fontStyle",
140837
142701
  "required": false,
140838
142702
  "type": {
140839
- "name": "any",
140840
- "raw": "SystemProp<FontStyle>"
142703
+ "name": "enum",
142704
+ "value": [
142705
+ {
142706
+ "value": "'initial'",
142707
+ "computed": false
142708
+ },
142709
+ {
142710
+ "value": "'inherit'",
142711
+ "computed": false
142712
+ },
142713
+ {
142714
+ "value": "'normal'",
142715
+ "computed": false
142716
+ },
142717
+ {
142718
+ "value": "'italic'",
142719
+ "computed": false
142720
+ },
142721
+ {
142722
+ "value": "'oblique'",
142723
+ "computed": false
142724
+ }
142725
+ ],
142726
+ "raw": "FontStyle"
140841
142727
  }
140842
142728
  },
140843
142729
  "tt": {
140844
- "description": "",
142730
+ "description": "textTransform",
140845
142731
  "required": false,
140846
142732
  "type": {
140847
- "name": "any",
140848
- "raw": "SystemProp<TextTransform>"
142733
+ "name": "enum",
142734
+ "value": [
142735
+ {
142736
+ "value": "'initial'",
142737
+ "computed": false
142738
+ },
142739
+ {
142740
+ "value": "'inherit'",
142741
+ "computed": false
142742
+ },
142743
+ {
142744
+ "value": "'none'",
142745
+ "computed": false
142746
+ },
142747
+ {
142748
+ "value": "'capitalize'",
142749
+ "computed": false
142750
+ },
142751
+ {
142752
+ "value": "'uppercase'",
142753
+ "computed": false
142754
+ },
142755
+ {
142756
+ "value": "'lowercase'",
142757
+ "computed": false
142758
+ }
142759
+ ],
142760
+ "raw": "TextTransform"
140849
142761
  }
140850
142762
  },
140851
142763
  "td": {
140852
- "description": "",
142764
+ "description": "textDecoration",
140853
142765
  "required": false,
140854
142766
  "type": {
140855
- "name": "union",
142767
+ "name": "enum",
140856
142768
  "value": [
140857
142769
  {
140858
- "name": "string",
140859
- "raw": "string"
142770
+ "value": "'initial'",
142771
+ "computed": false
140860
142772
  },
140861
142773
  {
140862
- "name": "number",
140863
- "raw": "number"
142774
+ "value": "'inherit'",
142775
+ "computed": false
142776
+ },
142777
+ {
142778
+ "value": "'none'",
142779
+ "computed": false
142780
+ },
142781
+ {
142782
+ "value": "'underline'",
142783
+ "computed": false
142784
+ },
142785
+ {
142786
+ "value": "'overline'",
142787
+ "computed": false
142788
+ },
142789
+ {
142790
+ "value": "'line-through'",
142791
+ "computed": false
140864
142792
  }
140865
142793
  ],
140866
- "raw": "SystemProp<TextDecoration<string | number>>"
142794
+ "raw": "TextDecoration"
140867
142795
  }
140868
142796
  },
140869
142797
  "w": {
140870
- "description": "",
142798
+ "description": "width",
140871
142799
  "required": false,
140872
142800
  "type": {
140873
142801
  "name": "union",
@@ -140881,11 +142809,11 @@
140881
142809
  "raw": "number"
140882
142810
  }
140883
142811
  ],
140884
- "raw": "SystemProp<Width<string | number>>"
142812
+ "raw": "MantineNumberSize"
140885
142813
  }
140886
142814
  },
140887
142815
  "miw": {
140888
- "description": "",
142816
+ "description": "minWidth",
140889
142817
  "required": false,
140890
142818
  "type": {
140891
142819
  "name": "union",
@@ -140899,11 +142827,11 @@
140899
142827
  "raw": "number"
140900
142828
  }
140901
142829
  ],
140902
- "raw": "SystemProp<MinWidth<string | number>>"
142830
+ "raw": "MantineNumberSize"
140903
142831
  }
140904
142832
  },
140905
142833
  "maw": {
140906
- "description": "",
142834
+ "description": "maxWidth",
140907
142835
  "required": false,
140908
142836
  "type": {
140909
142837
  "name": "union",
@@ -140917,11 +142845,11 @@
140917
142845
  "raw": "number"
140918
142846
  }
140919
142847
  ],
140920
- "raw": "SystemProp<MaxWidth<string | number>>"
142848
+ "raw": "MantineNumberSize"
140921
142849
  }
140922
142850
  },
140923
142851
  "h": {
140924
- "description": "",
142852
+ "description": "height",
140925
142853
  "required": false,
140926
142854
  "type": {
140927
142855
  "name": "union",
@@ -140935,11 +142863,11 @@
140935
142863
  "raw": "number"
140936
142864
  }
140937
142865
  ],
140938
- "raw": "SystemProp<Height<string | number>>"
142866
+ "raw": "MantineNumberSize"
140939
142867
  }
140940
142868
  },
140941
142869
  "mih": {
140942
- "description": "",
142870
+ "description": "minHeight",
140943
142871
  "required": false,
140944
142872
  "type": {
140945
142873
  "name": "union",
@@ -140953,11 +142881,11 @@
140953
142881
  "raw": "number"
140954
142882
  }
140955
142883
  ],
140956
- "raw": "SystemProp<MinHeight<string | number>>"
142884
+ "raw": "MantineNumberSize"
140957
142885
  }
140958
142886
  },
140959
142887
  "mah": {
140960
- "description": "",
142888
+ "description": "minHeight",
140961
142889
  "required": false,
140962
142890
  "type": {
140963
142891
  "name": "union",
@@ -140971,11 +142899,11 @@
140971
142899
  "raw": "number"
140972
142900
  }
140973
142901
  ],
140974
- "raw": "SystemProp<MaxHeight<string | number>>"
142902
+ "raw": "MantineNumberSize"
140975
142903
  }
140976
142904
  },
140977
142905
  "bgsz": {
140978
- "description": "",
142906
+ "description": "backgroundSize",
140979
142907
  "required": false,
140980
142908
  "type": {
140981
142909
  "name": "union",
@@ -140989,11 +142917,11 @@
140989
142917
  "raw": "number"
140990
142918
  }
140991
142919
  ],
140992
- "raw": "SystemProp<BackgroundSize<string | number>>"
142920
+ "raw": "BackgroundSize"
140993
142921
  }
140994
142922
  },
140995
142923
  "bgp": {
140996
- "description": "",
142924
+ "description": "backgroundPosition",
140997
142925
  "required": false,
140998
142926
  "type": {
140999
142927
  "name": "union",
@@ -141007,35 +142935,113 @@
141007
142935
  "raw": "number"
141008
142936
  }
141009
142937
  ],
141010
- "raw": "SystemProp<BackgroundPosition<string | number>>"
142938
+ "raw": "BackgroundPosition"
141011
142939
  }
141012
142940
  },
141013
142941
  "bgr": {
141014
- "description": "",
142942
+ "description": "backgroundRepeat",
141015
142943
  "required": false,
141016
142944
  "type": {
141017
- "name": "any",
141018
- "raw": "SystemProp<BackgroundRepeat>"
142945
+ "name": "enum",
142946
+ "value": [
142947
+ {
142948
+ "value": "'initial'",
142949
+ "computed": false
142950
+ },
142951
+ {
142952
+ "value": "'inherit'",
142953
+ "computed": false
142954
+ },
142955
+ {
142956
+ "value": "'repeat'",
142957
+ "computed": false
142958
+ },
142959
+ {
142960
+ "value": "'repeat-x'",
142961
+ "computed": false
142962
+ },
142963
+ {
142964
+ "value": "'repeat-y'",
142965
+ "computed": false
142966
+ },
142967
+ {
142968
+ "value": "'no-repeat'",
142969
+ "computed": false
142970
+ }
142971
+ ],
142972
+ "raw": "BackgroundRepeat"
141019
142973
  }
141020
142974
  },
141021
142975
  "bga": {
141022
- "description": "",
142976
+ "description": "backgroundAttachment",
141023
142977
  "required": false,
141024
142978
  "type": {
141025
- "name": "any",
141026
- "raw": "SystemProp<BackgroundAttachment>"
142979
+ "name": "enum",
142980
+ "value": [
142981
+ {
142982
+ "value": "'initial'",
142983
+ "computed": false
142984
+ },
142985
+ {
142986
+ "value": "'inherit'",
142987
+ "computed": false
142988
+ },
142989
+ {
142990
+ "value": "'scroll'",
142991
+ "computed": false
142992
+ },
142993
+ {
142994
+ "value": "'fixed'",
142995
+ "computed": false
142996
+ },
142997
+ {
142998
+ "value": "'local'",
142999
+ "computed": false
143000
+ }
143001
+ ],
143002
+ "raw": "BackgroundAttachment"
141027
143003
  }
141028
143004
  },
141029
143005
  "pos": {
141030
- "description": "",
143006
+ "description": "position",
141031
143007
  "required": false,
141032
143008
  "type": {
141033
- "name": "any",
141034
- "raw": "SystemProp<Position>"
143009
+ "name": "enum",
143010
+ "value": [
143011
+ {
143012
+ "value": "'initial'",
143013
+ "computed": false
143014
+ },
143015
+ {
143016
+ "value": "'inherit'",
143017
+ "computed": false
143018
+ },
143019
+ {
143020
+ "value": "'fixed'",
143021
+ "computed": false
143022
+ },
143023
+ {
143024
+ "value": "'static'",
143025
+ "computed": false
143026
+ },
143027
+ {
143028
+ "value": "'absolute'",
143029
+ "computed": false
143030
+ },
143031
+ {
143032
+ "value": "'relative'",
143033
+ "computed": false
143034
+ },
143035
+ {
143036
+ "value": "'sticky'",
143037
+ "computed": false
143038
+ }
143039
+ ],
143040
+ "raw": "Position"
141035
143041
  }
141036
143042
  },
141037
143043
  "top": {
141038
- "description": "",
143044
+ "description": "top",
141039
143045
  "required": false,
141040
143046
  "type": {
141041
143047
  "name": "union",
@@ -141049,11 +143055,11 @@
141049
143055
  "raw": "number"
141050
143056
  }
141051
143057
  ],
141052
- "raw": "SystemProp<Top<string | number>>"
143058
+ "raw": "TopLeftRightBottom"
141053
143059
  }
141054
143060
  },
141055
143061
  "left": {
141056
- "description": "",
143062
+ "description": "left",
141057
143063
  "required": false,
141058
143064
  "type": {
141059
143065
  "name": "union",
@@ -141067,11 +143073,11 @@
141067
143073
  "raw": "number"
141068
143074
  }
141069
143075
  ],
141070
- "raw": "SystemProp<Left<string | number>>"
143076
+ "raw": "TopLeftRightBottom"
141071
143077
  }
141072
143078
  },
141073
143079
  "bottom": {
141074
- "description": "",
143080
+ "description": "bottom",
141075
143081
  "required": false,
141076
143082
  "type": {
141077
143083
  "name": "union",
@@ -141085,11 +143091,11 @@
141085
143091
  "raw": "number"
141086
143092
  }
141087
143093
  ],
141088
- "raw": "SystemProp<Bottom<string | number>>"
143094
+ "raw": "TopLeftRightBottom"
141089
143095
  }
141090
143096
  },
141091
143097
  "right": {
141092
- "description": "",
143098
+ "description": "right",
141093
143099
  "required": false,
141094
143100
  "type": {
141095
143101
  "name": "union",
@@ -141103,11 +143109,11 @@
141103
143109
  "raw": "number"
141104
143110
  }
141105
143111
  ],
141106
- "raw": "SystemProp<Right<string | number>>"
143112
+ "raw": "TopLeftRightBottom"
141107
143113
  }
141108
143114
  },
141109
143115
  "inset": {
141110
- "description": "",
143116
+ "description": "inset",
141111
143117
  "required": false,
141112
143118
  "type": {
141113
143119
  "name": "union",
@@ -141121,19 +143127,113 @@
141121
143127
  "raw": "number"
141122
143128
  }
141123
143129
  ],
141124
- "raw": "SystemProp<Inset<string | number>>"
143130
+ "raw": "TopLeftRightBottom"
141125
143131
  }
141126
143132
  },
141127
143133
  "display": {
141128
- "description": "",
143134
+ "description": "display",
141129
143135
  "required": false,
141130
143136
  "type": {
141131
- "name": "any",
141132
- "raw": "SystemProp<Display>"
143137
+ "name": "enum",
143138
+ "value": [
143139
+ {
143140
+ "value": "'initial'",
143141
+ "computed": false
143142
+ },
143143
+ {
143144
+ "value": "'inherit'",
143145
+ "computed": false
143146
+ },
143147
+ {
143148
+ "value": "'none'",
143149
+ "computed": false
143150
+ },
143151
+ {
143152
+ "value": "'inline'",
143153
+ "computed": false
143154
+ },
143155
+ {
143156
+ "value": "'block'",
143157
+ "computed": false
143158
+ },
143159
+ {
143160
+ "value": "'contents'",
143161
+ "computed": false
143162
+ },
143163
+ {
143164
+ "value": "'flex'",
143165
+ "computed": false
143166
+ },
143167
+ {
143168
+ "value": "'grid'",
143169
+ "computed": false
143170
+ },
143171
+ {
143172
+ "value": "'inline-block'",
143173
+ "computed": false
143174
+ },
143175
+ {
143176
+ "value": "'inline-flex'",
143177
+ "computed": false
143178
+ },
143179
+ {
143180
+ "value": "'inline-grid'",
143181
+ "computed": false
143182
+ },
143183
+ {
143184
+ "value": "'inline-table'",
143185
+ "computed": false
143186
+ },
143187
+ {
143188
+ "value": "'list-item'",
143189
+ "computed": false
143190
+ },
143191
+ {
143192
+ "value": "'run-in'",
143193
+ "computed": false
143194
+ },
143195
+ {
143196
+ "value": "'table'",
143197
+ "computed": false
143198
+ },
143199
+ {
143200
+ "value": "'table-caption'",
143201
+ "computed": false
143202
+ },
143203
+ {
143204
+ "value": "'table-column-group'",
143205
+ "computed": false
143206
+ },
143207
+ {
143208
+ "value": "'table-header-group'",
143209
+ "computed": false
143210
+ },
143211
+ {
143212
+ "value": "'table-footer-group'",
143213
+ "computed": false
143214
+ },
143215
+ {
143216
+ "value": "'table-row-group'",
143217
+ "computed": false
143218
+ },
143219
+ {
143220
+ "value": "'table-cell'",
143221
+ "computed": false
143222
+ },
143223
+ {
143224
+ "value": "'table-column'",
143225
+ "computed": false
143226
+ },
143227
+ {
143228
+ "value": "'table-row'",
143229
+ "computed": false
143230
+ }
143231
+ ],
143232
+ "raw": "Display"
141133
143233
  }
141134
143234
  },
141135
143235
  "classNames": {
141136
- "description": "add class names to Mantine components",
143236
+ "description": "Adds class names to Mantine components",
141137
143237
  "required": false,
141138
143238
  "type": {
141139
143239
  "name": "object",
@@ -141302,6 +143402,22 @@
141302
143402
  "name": "func",
141303
143403
  "raw": "(props: Record<string, any>) => void"
141304
143404
  }
143405
+ },
143406
+ "data-*": {
143407
+ "description": "Wild card data attributes",
143408
+ "required": false,
143409
+ "type": {
143410
+ "name": "string",
143411
+ "raw": "string"
143412
+ }
143413
+ },
143414
+ "aria-*": {
143415
+ "description": "Wild card aria attributes",
143416
+ "required": false,
143417
+ "type": {
143418
+ "name": "string",
143419
+ "raw": "string"
143420
+ }
141305
143421
  }
141306
143422
  },
141307
143423
  "isContext": false
@@ -141598,8 +143714,24 @@
141598
143714
  "raw": "(props: Record<string, any>) => void"
141599
143715
  }
141600
143716
  },
143717
+ "data-*": {
143718
+ "description": "Wild card data attributes",
143719
+ "required": false,
143720
+ "type": {
143721
+ "name": "string",
143722
+ "raw": "string"
143723
+ }
143724
+ },
143725
+ "aria-*": {
143726
+ "description": "Wild card aria attributes",
143727
+ "required": false,
143728
+ "type": {
143729
+ "name": "string",
143730
+ "raw": "string"
143731
+ }
143732
+ },
141601
143733
  "classNames": {
141602
- "description": "add class names to Mantine components",
143734
+ "description": "Adds class names to Mantine components",
141603
143735
  "required": false,
141604
143736
  "type": {
141605
143737
  "name": "object",