reflex 0.8.4a2__py3-none-any.whl → 0.8.5a1__py3-none-any.whl

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.

Potentially problematic release.


This version of reflex might be problematic. Click here for more details.

Files changed (141) hide show
  1. reflex/__init__.py +2 -9
  2. reflex/__init__.pyi +4 -2
  3. reflex/app.py +16 -10
  4. reflex/compiler/compiler.py +10 -3
  5. reflex/components/base/app_wrap.pyi +0 -1
  6. reflex/components/base/body.pyi +0 -2
  7. reflex/components/base/document.pyi +0 -12
  8. reflex/components/base/error_boundary.pyi +0 -2
  9. reflex/components/base/fragment.pyi +0 -2
  10. reflex/components/base/link.pyi +0 -4
  11. reflex/components/base/meta.pyi +0 -6
  12. reflex/components/base/script.py +0 -2
  13. reflex/components/base/script.pyi +0 -2
  14. reflex/components/base/strict_mode.pyi +0 -2
  15. reflex/components/component.py +2 -30
  16. reflex/components/core/auto_scroll.pyi +0 -2
  17. reflex/components/core/banner.pyi +0 -10
  18. reflex/components/core/client_side_routing.pyi +0 -2
  19. reflex/components/core/clipboard.py +1 -3
  20. reflex/components/core/clipboard.pyi +0 -2
  21. reflex/components/core/cond.py +0 -2
  22. reflex/components/core/debounce.pyi +0 -1
  23. reflex/components/core/helmet.pyi +0 -2
  24. reflex/components/core/html.pyi +0 -2
  25. reflex/components/core/match.py +1 -2
  26. reflex/components/core/sticky.pyi +0 -4
  27. reflex/components/core/upload.pyi +0 -10
  28. reflex/components/core/window_events.pyi +0 -2
  29. reflex/components/datadisplay/code.py +6 -4
  30. reflex/components/datadisplay/code.pyi +0 -4
  31. reflex/components/datadisplay/dataeditor.pyi +0 -2
  32. reflex/components/datadisplay/shiki_code_block.pyi +0 -6
  33. reflex/components/el/element.pyi +0 -2
  34. reflex/components/el/elements/base.pyi +0 -2
  35. reflex/components/el/elements/forms.py +5 -21
  36. reflex/components/el/elements/forms.pyi +0 -38
  37. reflex/components/el/elements/inline.pyi +0 -56
  38. reflex/components/el/elements/media.pyi +0 -52
  39. reflex/components/el/elements/metadata.pyi +0 -12
  40. reflex/components/el/elements/other.pyi +0 -14
  41. reflex/components/el/elements/scripts.pyi +0 -6
  42. reflex/components/el/elements/sectioning.pyi +0 -30
  43. reflex/components/el/elements/tables.pyi +0 -20
  44. reflex/components/el/elements/typography.pyi +0 -32
  45. reflex/components/gridjs/datatable.pyi +0 -4
  46. reflex/components/lucide/icon.py +12 -1
  47. reflex/components/lucide/icon.pyi +12 -7
  48. reflex/components/markdown/markdown.pyi +0 -2
  49. reflex/components/moment/moment.pyi +0 -2
  50. reflex/components/plotly/plotly.py +25 -17
  51. reflex/components/plotly/plotly.pyi +0 -18
  52. reflex/components/radix/primitives/accordion.pyi +0 -14
  53. reflex/components/radix/primitives/base.pyi +0 -4
  54. reflex/components/radix/primitives/drawer.pyi +0 -22
  55. reflex/components/radix/primitives/form.pyi +0 -20
  56. reflex/components/radix/primitives/progress.pyi +0 -10
  57. reflex/components/radix/primitives/slider.pyi +0 -10
  58. reflex/components/radix/themes/base.py +2 -4
  59. reflex/components/radix/themes/base.pyi +0 -15
  60. reflex/components/radix/themes/color_mode.pyi +0 -5
  61. reflex/components/radix/themes/components/alert_dialog.pyi +0 -11
  62. reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
  63. reflex/components/radix/themes/components/avatar.pyi +0 -2
  64. reflex/components/radix/themes/components/badge.pyi +0 -2
  65. reflex/components/radix/themes/components/button.pyi +0 -2
  66. reflex/components/radix/themes/components/callout.pyi +0 -10
  67. reflex/components/radix/themes/components/card.pyi +0 -2
  68. reflex/components/radix/themes/components/checkbox.pyi +0 -6
  69. reflex/components/radix/themes/components/checkbox_cards.pyi +0 -4
  70. reflex/components/radix/themes/components/checkbox_group.pyi +0 -4
  71. reflex/components/radix/themes/components/context_menu.pyi +0 -26
  72. reflex/components/radix/themes/components/data_list.pyi +0 -8
  73. reflex/components/radix/themes/components/dialog.pyi +0 -12
  74. reflex/components/radix/themes/components/dropdown_menu.pyi +0 -14
  75. reflex/components/radix/themes/components/hover_card.pyi +0 -7
  76. reflex/components/radix/themes/components/icon_button.pyi +0 -2
  77. reflex/components/radix/themes/components/inset.pyi +0 -2
  78. reflex/components/radix/themes/components/popover.pyi +0 -6
  79. reflex/components/radix/themes/components/progress.pyi +0 -2
  80. reflex/components/radix/themes/components/radio.pyi +0 -2
  81. reflex/components/radix/themes/components/radio_cards.pyi +0 -4
  82. reflex/components/radix/themes/components/radio_group.pyi +0 -8
  83. reflex/components/radix/themes/components/scroll_area.pyi +0 -2
  84. reflex/components/radix/themes/components/segmented_control.pyi +0 -4
  85. reflex/components/radix/themes/components/select.pyi +0 -18
  86. reflex/components/radix/themes/components/separator.pyi +0 -2
  87. reflex/components/radix/themes/components/skeleton.pyi +0 -2
  88. reflex/components/radix/themes/components/slider.pyi +0 -2
  89. reflex/components/radix/themes/components/spinner.pyi +0 -2
  90. reflex/components/radix/themes/components/switch.pyi +0 -2
  91. reflex/components/radix/themes/components/table.pyi +0 -14
  92. reflex/components/radix/themes/components/tabs.pyi +0 -10
  93. reflex/components/radix/themes/components/text_area.pyi +0 -2
  94. reflex/components/radix/themes/components/text_field.pyi +0 -6
  95. reflex/components/radix/themes/components/tooltip.pyi +0 -2
  96. reflex/components/radix/themes/layout/base.pyi +0 -2
  97. reflex/components/radix/themes/layout/box.pyi +0 -2
  98. reflex/components/radix/themes/layout/center.pyi +0 -2
  99. reflex/components/radix/themes/layout/container.pyi +0 -1
  100. reflex/components/radix/themes/layout/flex.pyi +0 -2
  101. reflex/components/radix/themes/layout/grid.pyi +0 -2
  102. reflex/components/radix/themes/layout/list.pyi +0 -10
  103. reflex/components/radix/themes/layout/section.pyi +0 -2
  104. reflex/components/radix/themes/layout/spacer.pyi +0 -2
  105. reflex/components/radix/themes/layout/stack.pyi +0 -6
  106. reflex/components/radix/themes/typography/blockquote.pyi +0 -2
  107. reflex/components/radix/themes/typography/code.pyi +0 -2
  108. reflex/components/radix/themes/typography/heading.pyi +0 -2
  109. reflex/components/radix/themes/typography/link.pyi +0 -2
  110. reflex/components/radix/themes/typography/text.pyi +0 -14
  111. reflex/components/react_player/audio.pyi +0 -2
  112. reflex/components/react_player/react_player.pyi +0 -2
  113. reflex/components/react_player/video.pyi +0 -2
  114. reflex/components/react_router/dom.pyi +0 -2
  115. reflex/components/recharts/cartesian.pyi +0 -38
  116. reflex/components/recharts/charts.pyi +0 -24
  117. reflex/components/recharts/general.pyi +0 -12
  118. reflex/components/recharts/polar.pyi +0 -12
  119. reflex/components/recharts/recharts.pyi +0 -4
  120. reflex/components/sonner/toast.pyi +0 -2
  121. reflex/components/tags/cond_tag.py +4 -3
  122. reflex/components/tags/iter_tag.py +1 -1
  123. reflex/components/tags/match_tag.py +3 -2
  124. reflex/components/tags/tag.py +39 -40
  125. reflex/constants/compiler.py +0 -8
  126. reflex/constants/installer.py +5 -5
  127. reflex/event.py +77 -15
  128. reflex/page.py +62 -4
  129. reflex/reflex.py +2 -5
  130. reflex/utils/net.py +7 -2
  131. reflex/utils/prerequisites.py +8 -71
  132. reflex/utils/processes.py +6 -6
  133. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/METADATA +2 -2
  134. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/RECORD +137 -141
  135. reflex/components/el/constants/__init__.py +0 -5
  136. reflex/components/el/constants/html.py +0 -343
  137. reflex/components/el/constants/react.py +0 -501
  138. reflex/components/el/constants/reflex.py +0 -51
  139. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/WHEEL +0 -0
  140. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/entry_points.txt +0 -0
  141. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/licenses/LICENSE +0 -0
@@ -32,7 +32,6 @@ class DialogRoot(RadixThemesComponent):
32
32
  id: Any | None = None,
33
33
  ref: Var | None = None,
34
34
  class_name: Any | None = None,
35
- autofocus: bool | None = None,
36
35
  custom_attrs: dict[str, Var | Any] | None = None,
37
36
  on_blur: EventType[()] | None = None,
38
37
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -68,7 +67,6 @@ class DialogRoot(RadixThemesComponent):
68
67
  id: The id for the component.
69
68
  ref: The Var to pass as the ref to the component.
70
69
  class_name: The class name for the component.
71
- autofocus: Whether the component should take the focus once the page is loaded
72
70
  custom_attrs: custom attribute
73
71
  **props: Component properties.
74
72
 
@@ -90,7 +88,6 @@ class DialogTrigger(RadixThemesTriggerComponent):
90
88
  id: Any | None = None,
91
89
  ref: Var | None = None,
92
90
  class_name: Any | None = None,
93
- autofocus: bool | None = None,
94
91
  custom_attrs: dict[str, Var | Any] | None = None,
95
92
  on_blur: EventType[()] | None = None,
96
93
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -134,7 +131,6 @@ class DialogTitle(RadixThemesComponent):
134
131
  id: Any | None = None,
135
132
  ref: Var | None = None,
136
133
  class_name: Any | None = None,
137
- autofocus: bool | None = None,
138
134
  custom_attrs: dict[str, Var | Any] | None = None,
139
135
  on_blur: EventType[()] | None = None,
140
136
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -166,7 +162,6 @@ class DialogTitle(RadixThemesComponent):
166
162
  id: The id for the component.
167
163
  ref: The Var to pass as the ref to the component.
168
164
  class_name: The class name for the component.
169
- autofocus: Whether the component should take the focus once the page is loaded
170
165
  custom_attrs: custom attribute
171
166
  **props: Component properties.
172
167
 
@@ -372,7 +367,6 @@ class DialogContent(elements.Div, RadixThemesComponent):
372
367
  id: Any | None = None,
373
368
  ref: Var | None = None,
374
369
  class_name: Any | None = None,
375
- autofocus: bool | None = None,
376
370
  custom_attrs: dict[str, Var | Any] | None = None,
377
371
  on_blur: EventType[()] | None = None,
378
372
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -431,7 +425,6 @@ class DialogContent(elements.Div, RadixThemesComponent):
431
425
  id: The id for the component.
432
426
  ref: The Var to pass as the ref to the component.
433
427
  class_name: The class name for the component.
434
- autofocus: Whether the component should take the focus once the page is loaded
435
428
  custom_attrs: custom attribute
436
429
  **props: Component properties.
437
430
 
@@ -453,7 +446,6 @@ class DialogDescription(RadixThemesComponent):
453
446
  id: Any | None = None,
454
447
  ref: Var | None = None,
455
448
  class_name: Any | None = None,
456
- autofocus: bool | None = None,
457
449
  custom_attrs: dict[str, Var | Any] | None = None,
458
450
  on_blur: EventType[()] | None = None,
459
451
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -485,7 +477,6 @@ class DialogDescription(RadixThemesComponent):
485
477
  id: The id for the component.
486
478
  ref: The Var to pass as the ref to the component.
487
479
  class_name: The class name for the component.
488
- autofocus: Whether the component should take the focus once the page is loaded
489
480
  custom_attrs: custom attribute
490
481
  **props: Component properties.
491
482
 
@@ -507,7 +498,6 @@ class DialogClose(RadixThemesTriggerComponent):
507
498
  id: Any | None = None,
508
499
  ref: Var | None = None,
509
500
  class_name: Any | None = None,
510
- autofocus: bool | None = None,
511
501
  custom_attrs: dict[str, Var | Any] | None = None,
512
502
  on_blur: EventType[()] | None = None,
513
503
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -559,7 +549,6 @@ class Dialog(ComponentNamespace):
559
549
  id: Any | None = None,
560
550
  ref: Var | None = None,
561
551
  class_name: Any | None = None,
562
- autofocus: bool | None = None,
563
552
  custom_attrs: dict[str, Var | Any] | None = None,
564
553
  on_blur: EventType[()] | None = None,
565
554
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -595,7 +584,6 @@ class Dialog(ComponentNamespace):
595
584
  id: The id for the component.
596
585
  ref: The Var to pass as the ref to the component.
597
586
  class_name: The class name for the component.
598
- autofocus: Whether the component should take the focus once the page is loaded
599
587
  custom_attrs: custom attribute
600
588
  **props: Component properties.
601
589
 
@@ -40,7 +40,6 @@ class DropdownMenuRoot(RadixThemesComponent):
40
40
  id: Any | None = None,
41
41
  ref: Var | None = None,
42
42
  class_name: Any | None = None,
43
- autofocus: bool | None = None,
44
43
  custom_attrs: dict[str, Var | Any] | None = None,
45
44
  on_blur: EventType[()] | None = None,
46
45
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -78,7 +77,6 @@ class DropdownMenuRoot(RadixThemesComponent):
78
77
  id: The id for the component.
79
78
  ref: The Var to pass as the ref to the component.
80
79
  class_name: The class name for the component.
81
- autofocus: Whether the component should take the focus once the page is loaded
82
80
  custom_attrs: custom attribute
83
81
  **props: Component properties.
84
82
 
@@ -101,7 +99,6 @@ class DropdownMenuTrigger(RadixThemesTriggerComponent):
101
99
  id: Any | None = None,
102
100
  ref: Var | None = None,
103
101
  class_name: Any | None = None,
104
- autofocus: bool | None = None,
105
102
  custom_attrs: dict[str, Var | Any] | None = None,
106
103
  on_blur: EventType[()] | None = None,
107
104
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -231,7 +228,6 @@ class DropdownMenuContent(RadixThemesComponent):
231
228
  id: Any | None = None,
232
229
  ref: Var | None = None,
233
230
  class_name: Any | None = None,
234
- autofocus: bool | None = None,
235
231
  custom_attrs: dict[str, Var | Any] | None = None,
236
232
  on_blur: EventType[()] | None = None,
237
233
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -288,7 +284,6 @@ class DropdownMenuContent(RadixThemesComponent):
288
284
  id: The id for the component.
289
285
  ref: The Var to pass as the ref to the component.
290
286
  class_name: The class name for the component.
291
- autofocus: Whether the component should take the focus once the page is loaded
292
287
  custom_attrs: custom attribute
293
288
  **props: Component properties.
294
289
 
@@ -313,7 +308,6 @@ class DropdownMenuSubTrigger(RadixThemesTriggerComponent):
313
308
  id: Any | None = None,
314
309
  ref: Var | None = None,
315
310
  class_name: Any | None = None,
316
- autofocus: bool | None = None,
317
311
  custom_attrs: dict[str, Var | Any] | None = None,
318
312
  on_blur: EventType[()] | None = None,
319
313
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -359,7 +353,6 @@ class DropdownMenuSub(RadixThemesComponent):
359
353
  id: Any | None = None,
360
354
  ref: Var | None = None,
361
355
  class_name: Any | None = None,
362
- autofocus: bool | None = None,
363
356
  custom_attrs: dict[str, Var | Any] | None = None,
364
357
  on_blur: EventType[()] | None = None,
365
358
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -395,7 +388,6 @@ class DropdownMenuSub(RadixThemesComponent):
395
388
  id: The id for the component.
396
389
  ref: The Var to pass as the ref to the component.
397
390
  class_name: The class name for the component.
398
- autofocus: Whether the component should take the focus once the page is loaded
399
391
  custom_attrs: custom attribute
400
392
  **props: Component properties.
401
393
 
@@ -432,7 +424,6 @@ class DropdownMenuSubContent(RadixThemesComponent):
432
424
  id: Any | None = None,
433
425
  ref: Var | None = None,
434
426
  class_name: Any | None = None,
435
- autofocus: bool | None = None,
436
427
  custom_attrs: dict[str, Var | Any] | None = None,
437
428
  on_blur: EventType[()] | None = None,
438
429
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -481,7 +472,6 @@ class DropdownMenuSubContent(RadixThemesComponent):
481
472
  id: The id for the component.
482
473
  ref: The Var to pass as the ref to the component.
483
474
  class_name: The class name for the component.
484
- autofocus: Whether the component should take the focus once the page is loaded
485
475
  custom_attrs: custom attribute
486
476
  **props: Component properties.
487
477
 
@@ -566,7 +556,6 @@ class DropdownMenuItem(RadixThemesComponent):
566
556
  id: Any | None = None,
567
557
  ref: Var | None = None,
568
558
  class_name: Any | None = None,
569
- autofocus: bool | None = None,
570
559
  custom_attrs: dict[str, Var | Any] | None = None,
571
560
  on_blur: EventType[()] | None = None,
572
561
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -605,7 +594,6 @@ class DropdownMenuItem(RadixThemesComponent):
605
594
  id: The id for the component.
606
595
  ref: The Var to pass as the ref to the component.
607
596
  class_name: The class name for the component.
608
- autofocus: Whether the component should take the focus once the page is loaded
609
597
  custom_attrs: custom attribute
610
598
  **props: Component properties.
611
599
 
@@ -627,7 +615,6 @@ class DropdownMenuSeparator(RadixThemesComponent):
627
615
  id: Any | None = None,
628
616
  ref: Var | None = None,
629
617
  class_name: Any | None = None,
630
- autofocus: bool | None = None,
631
618
  custom_attrs: dict[str, Var | Any] | None = None,
632
619
  on_blur: EventType[()] | None = None,
633
620
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -659,7 +646,6 @@ class DropdownMenuSeparator(RadixThemesComponent):
659
646
  id: The id for the component.
660
647
  ref: The Var to pass as the ref to the component.
661
648
  class_name: The class name for the component.
662
- autofocus: Whether the component should take the focus once the page is loaded
663
649
  custom_attrs: custom attribute
664
650
  **props: Component properties.
665
651
 
@@ -34,7 +34,6 @@ class HoverCardRoot(RadixThemesComponent):
34
34
  id: Any | None = None,
35
35
  ref: Var | None = None,
36
36
  class_name: Any | None = None,
37
- autofocus: bool | None = None,
38
37
  custom_attrs: dict[str, Var | Any] | None = None,
39
38
  on_blur: EventType[()] | None = None,
40
39
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -72,7 +71,6 @@ class HoverCardRoot(RadixThemesComponent):
72
71
  id: The id for the component.
73
72
  ref: The Var to pass as the ref to the component.
74
73
  class_name: The class name for the component.
75
- autofocus: Whether the component should take the focus once the page is loaded
76
74
  custom_attrs: custom attribute
77
75
  **props: Component properties.
78
76
 
@@ -94,7 +92,6 @@ class HoverCardTrigger(RadixThemesTriggerComponent):
94
92
  id: Any | None = None,
95
93
  ref: Var | None = None,
96
94
  class_name: Any | None = None,
97
- autofocus: bool | None = None,
98
95
  custom_attrs: dict[str, Var | Any] | None = None,
99
96
  on_blur: EventType[()] | None = None,
100
97
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -342,7 +339,6 @@ class HoverCardContent(elements.Div, RadixThemesComponent):
342
339
  id: Any | None = None,
343
340
  ref: Var | None = None,
344
341
  class_name: Any | None = None,
345
- autofocus: bool | None = None,
346
342
  custom_attrs: dict[str, Var | Any] | None = None,
347
343
  on_blur: EventType[()] | None = None,
348
344
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -399,7 +395,6 @@ class HoverCardContent(elements.Div, RadixThemesComponent):
399
395
  id: The id for the component.
400
396
  ref: The Var to pass as the ref to the component.
401
397
  class_name: The class name for the component.
402
- autofocus: Whether the component should take the focus once the page is loaded
403
398
  custom_attrs: custom attribute
404
399
  **props: Component properties.
405
400
 
@@ -428,7 +423,6 @@ class HoverCard(ComponentNamespace):
428
423
  id: Any | None = None,
429
424
  ref: Var | None = None,
430
425
  class_name: Any | None = None,
431
- autofocus: bool | None = None,
432
426
  custom_attrs: dict[str, Var | Any] | None = None,
433
427
  on_blur: EventType[()] | None = None,
434
428
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -466,7 +460,6 @@ class HoverCard(ComponentNamespace):
466
460
  id: The id for the component.
467
461
  ref: The Var to pass as the ref to the component.
468
462
  class_name: The class name for the component.
469
- autofocus: Whether the component should take the focus once the page is loaded
470
463
  custom_attrs: custom attribute
471
464
  **props: Component properties.
472
465
 
@@ -294,7 +294,6 @@ class IconButton(elements.Button, RadixLoadingProp, RadixThemesComponent):
294
294
  id: Any | None = None,
295
295
  ref: Var | None = None,
296
296
  class_name: Any | None = None,
297
- autofocus: bool | None = None,
298
297
  custom_attrs: dict[str, Var | Any] | None = None,
299
298
  on_blur: EventType[()] | None = None,
300
299
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -357,7 +356,6 @@ class IconButton(elements.Button, RadixLoadingProp, RadixThemesComponent):
357
356
  id: The id for the component.
358
357
  ref: The Var to pass as the ref to the component.
359
358
  class_name: The class name for the component.
360
- autofocus: Whether the component should take the focus once the page is loaded
361
359
  custom_attrs: custom attribute
362
360
  **props: The properties of the component.
363
361
 
@@ -255,7 +255,6 @@ class Inset(elements.Div, RadixThemesComponent):
255
255
  id: Any | None = None,
256
256
  ref: Var | None = None,
257
257
  class_name: Any | None = None,
258
- autofocus: bool | None = None,
259
258
  custom_attrs: dict[str, Var | Any] | None = None,
260
259
  on_blur: EventType[()] | None = None,
261
260
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -312,7 +311,6 @@ class Inset(elements.Div, RadixThemesComponent):
312
311
  id: The id for the component.
313
312
  ref: The Var to pass as the ref to the component.
314
313
  class_name: The class name for the component.
315
- autofocus: Whether the component should take the focus once the page is loaded
316
314
  custom_attrs: custom attribute
317
315
  **props: Component properties.
318
316
 
@@ -33,7 +33,6 @@ class PopoverRoot(RadixThemesComponent):
33
33
  id: Any | None = None,
34
34
  ref: Var | None = None,
35
35
  class_name: Any | None = None,
36
- autofocus: bool | None = None,
37
36
  custom_attrs: dict[str, Var | Any] | None = None,
38
37
  on_blur: EventType[()] | None = None,
39
38
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -70,7 +69,6 @@ class PopoverRoot(RadixThemesComponent):
70
69
  id: The id for the component.
71
70
  ref: The Var to pass as the ref to the component.
72
71
  class_name: The class name for the component.
73
- autofocus: Whether the component should take the focus once the page is loaded
74
72
  custom_attrs: custom attribute
75
73
  **props: Component properties.
76
74
 
@@ -92,7 +90,6 @@ class PopoverTrigger(RadixThemesTriggerComponent):
92
90
  id: Any | None = None,
93
91
  ref: Var | None = None,
94
92
  class_name: Any | None = None,
95
- autofocus: bool | None = None,
96
93
  custom_attrs: dict[str, Var | Any] | None = None,
97
94
  on_blur: EventType[()] | None = None,
98
95
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -338,7 +335,6 @@ class PopoverContent(elements.Div, RadixThemesComponent):
338
335
  id: Any | None = None,
339
336
  ref: Var | None = None,
340
337
  class_name: Any | None = None,
341
- autofocus: bool | None = None,
342
338
  custom_attrs: dict[str, Var | Any] | None = None,
343
339
  on_blur: EventType[()] | None = None,
344
340
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -407,7 +403,6 @@ class PopoverContent(elements.Div, RadixThemesComponent):
407
403
  id: The id for the component.
408
404
  ref: The Var to pass as the ref to the component.
409
405
  class_name: The class name for the component.
410
- autofocus: Whether the component should take the focus once the page is loaded
411
406
  custom_attrs: custom attribute
412
407
  **props: Component properties.
413
408
 
@@ -429,7 +424,6 @@ class PopoverClose(RadixThemesTriggerComponent):
429
424
  id: Any | None = None,
430
425
  ref: Var | None = None,
431
426
  class_name: Any | None = None,
432
- autofocus: bool | None = None,
433
427
  custom_attrs: dict[str, Var | Any] | None = None,
434
428
  on_blur: EventType[()] | None = None,
435
429
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -99,7 +99,6 @@ class Progress(RadixThemesComponent):
99
99
  id: Any | None = None,
100
100
  ref: Var | None = None,
101
101
  class_name: Any | None = None,
102
- autofocus: bool | None = None,
103
102
  custom_attrs: dict[str, Var | Any] | None = None,
104
103
  on_blur: EventType[()] | None = None,
105
104
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -137,7 +136,6 @@ class Progress(RadixThemesComponent):
137
136
  id: The id for the component.
138
137
  ref: The Var to pass as the ref to the component.
139
138
  class_name: The class name for the component.
140
- autofocus: Whether the component should take the focus once the page is loaded
141
139
  custom_attrs: custom attribute
142
140
  **props: The properties of the component.
143
141
 
@@ -92,7 +92,6 @@ class Radio(RadixThemesComponent):
92
92
  id: Any | None = None,
93
93
  ref: Var | None = None,
94
94
  class_name: Any | None = None,
95
- autofocus: bool | None = None,
96
95
  custom_attrs: dict[str, Var | Any] | None = None,
97
96
  on_blur: EventType[()] | None = None,
98
97
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -128,7 +127,6 @@ class Radio(RadixThemesComponent):
128
127
  id: The id for the component.
129
128
  ref: The Var to pass as the ref to the component.
130
129
  class_name: The class name for the component.
131
- autofocus: Whether the component should take the focus once the page is loaded
132
130
  custom_attrs: custom attribute
133
131
  **props: Component properties.
134
132
 
@@ -126,7 +126,6 @@ class RadioCardsRoot(RadixThemesComponent):
126
126
  id: Any | None = None,
127
127
  ref: Var | None = None,
128
128
  class_name: Any | None = None,
129
- autofocus: bool | None = None,
130
129
  custom_attrs: dict[str, Var | Any] | None = None,
131
130
  on_blur: EventType[()] | None = None,
132
131
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -174,7 +173,6 @@ class RadioCardsRoot(RadixThemesComponent):
174
173
  id: The id for the component.
175
174
  ref: The Var to pass as the ref to the component.
176
175
  class_name: The class name for the component.
177
- autofocus: Whether the component should take the focus once the page is loaded
178
176
  custom_attrs: custom attribute
179
177
  **props: Component properties.
180
178
 
@@ -200,7 +198,6 @@ class RadioCardsItem(RadixThemesComponent):
200
198
  id: Any | None = None,
201
199
  ref: Var | None = None,
202
200
  class_name: Any | None = None,
203
- autofocus: bool | None = None,
204
201
  custom_attrs: dict[str, Var | Any] | None = None,
205
202
  on_blur: EventType[()] | None = None,
206
203
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -236,7 +233,6 @@ class RadioCardsItem(RadixThemesComponent):
236
233
  id: The id for the component.
237
234
  ref: The Var to pass as the ref to the component.
238
235
  class_name: The class name for the component.
239
- autofocus: Whether the component should take the focus once the page is loaded
240
236
  custom_attrs: custom attribute
241
237
  **props: Component properties.
242
238
 
@@ -100,7 +100,6 @@ class RadioGroupRoot(RadixThemesComponent):
100
100
  id: Any | None = None,
101
101
  ref: Var | None = None,
102
102
  class_name: Any | None = None,
103
- autofocus: bool | None = None,
104
103
  custom_attrs: dict[str, Var | Any] | None = None,
105
104
  on_blur: EventType[()] | None = None,
106
105
  on_change: EventType[()] | EventType[str] | None = None,
@@ -143,7 +142,6 @@ class RadioGroupRoot(RadixThemesComponent):
143
142
  id: The id for the component.
144
143
  ref: The Var to pass as the ref to the component.
145
144
  class_name: The class name for the component.
146
- autofocus: Whether the component should take the focus once the page is loaded
147
145
  custom_attrs: custom attribute
148
146
  **props: Component properties.
149
147
 
@@ -168,7 +166,6 @@ class RadioGroupItem(RadixThemesComponent):
168
166
  id: Any | None = None,
169
167
  ref: Var | None = None,
170
168
  class_name: Any | None = None,
171
- autofocus: bool | None = None,
172
169
  custom_attrs: dict[str, Var | Any] | None = None,
173
170
  on_blur: EventType[()] | None = None,
174
171
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -203,7 +200,6 @@ class RadioGroupItem(RadixThemesComponent):
203
200
  id: The id for the component.
204
201
  ref: The Var to pass as the ref to the component.
205
202
  class_name: The class name for the component.
206
- autofocus: Whether the component should take the focus once the page is loaded
207
203
  custom_attrs: custom attribute
208
204
  **props: Component properties.
209
205
 
@@ -301,7 +297,6 @@ class HighLevelRadioGroup(RadixThemesComponent):
301
297
  id: Any | None = None,
302
298
  ref: Var | None = None,
303
299
  class_name: Any | None = None,
304
- autofocus: bool | None = None,
305
300
  custom_attrs: dict[str, Var | Any] | None = None,
306
301
  on_blur: EventType[()] | None = None,
307
302
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -342,7 +337,6 @@ class HighLevelRadioGroup(RadixThemesComponent):
342
337
  id: The id for the component.
343
338
  ref: The Var to pass as the ref to the component.
344
339
  class_name: The class name for the component.
345
- autofocus: Whether the component should take the focus once the page is loaded
346
340
  custom_attrs: custom attribute
347
341
  **props: Additional properties to apply to the accordion item.
348
342
 
@@ -445,7 +439,6 @@ class RadioGroup(ComponentNamespace):
445
439
  id: Any | None = None,
446
440
  ref: Var | None = None,
447
441
  class_name: Any | None = None,
448
- autofocus: bool | None = None,
449
442
  custom_attrs: dict[str, Var | Any] | None = None,
450
443
  on_blur: EventType[()] | None = None,
451
444
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -486,7 +479,6 @@ class RadioGroup(ComponentNamespace):
486
479
  id: The id for the component.
487
480
  ref: The Var to pass as the ref to the component.
488
481
  class_name: The class name for the component.
489
- autofocus: Whether the component should take the focus once the page is loaded
490
482
  custom_attrs: custom attribute
491
483
  **props: Additional properties to apply to the accordion item.
492
484
 
@@ -32,7 +32,6 @@ class ScrollArea(RadixThemesComponent):
32
32
  id: Any | None = None,
33
33
  ref: Var | None = None,
34
34
  class_name: Any | None = None,
35
- autofocus: bool | None = None,
36
35
  custom_attrs: dict[str, Var | Any] | None = None,
37
36
  on_blur: EventType[()] | None = None,
38
37
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -67,7 +66,6 @@ class ScrollArea(RadixThemesComponent):
67
66
  id: The id for the component.
68
67
  ref: The Var to pass as the ref to the component.
69
68
  class_name: The class name for the component.
70
- autofocus: Whether the component should take the focus once the page is loaded
71
69
  custom_attrs: custom attribute
72
70
  **props: Component properties.
73
71
 
@@ -102,7 +102,6 @@ class SegmentedControlRoot(RadixThemesComponent):
102
102
  id: Any | None = None,
103
103
  ref: Var | None = None,
104
104
  class_name: Any | None = None,
105
- autofocus: bool | None = None,
106
105
  custom_attrs: dict[str, Var | Any] | None = None,
107
106
  on_blur: EventType[()] | None = None,
108
107
  on_change: EventType[()] | EventType[str | list[str]] | None = None,
@@ -143,7 +142,6 @@ class SegmentedControlRoot(RadixThemesComponent):
143
142
  id: The id for the component.
144
143
  ref: The Var to pass as the ref to the component.
145
144
  class_name: The class name for the component.
146
- autofocus: Whether the component should take the focus once the page is loaded
147
145
  custom_attrs: custom attribute
148
146
  **props: Component properties.
149
147
 
@@ -166,7 +164,6 @@ class SegmentedControlItem(RadixThemesComponent):
166
164
  id: Any | None = None,
167
165
  ref: Var | None = None,
168
166
  class_name: Any | None = None,
169
- autofocus: bool | None = None,
170
167
  custom_attrs: dict[str, Var | Any] | None = None,
171
168
  on_blur: EventType[()] | None = None,
172
169
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -199,7 +196,6 @@ class SegmentedControlItem(RadixThemesComponent):
199
196
  id: The id for the component.
200
197
  ref: The Var to pass as the ref to the component.
201
198
  class_name: The class name for the component.
202
- autofocus: Whether the component should take the focus once the page is loaded
203
199
  custom_attrs: custom attribute
204
200
  **props: Component properties.
205
201
 
@@ -37,7 +37,6 @@ class SelectRoot(RadixThemesComponent):
37
37
  id: Any | None = None,
38
38
  ref: Var | None = None,
39
39
  class_name: Any | None = None,
40
- autofocus: bool | None = None,
41
40
  custom_attrs: dict[str, Var | Any] | None = None,
42
41
  on_blur: EventType[()] | None = None,
43
42
  on_change: EventType[()] | EventType[str] | None = None,
@@ -81,7 +80,6 @@ class SelectRoot(RadixThemesComponent):
81
80
  id: The id for the component.
82
81
  ref: The Var to pass as the ref to the component.
83
82
  class_name: The class name for the component.
84
- autofocus: Whether the component should take the focus once the page is loaded
85
83
  custom_attrs: custom attribute
86
84
  **props: Component properties.
87
85
 
@@ -169,7 +167,6 @@ class SelectTrigger(RadixThemesComponent):
169
167
  id: Any | None = None,
170
168
  ref: Var | None = None,
171
169
  class_name: Any | None = None,
172
- autofocus: bool | None = None,
173
170
  custom_attrs: dict[str, Var | Any] | None = None,
174
171
  on_blur: EventType[()] | None = None,
175
172
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -205,7 +202,6 @@ class SelectTrigger(RadixThemesComponent):
205
202
  id: The id for the component.
206
203
  ref: The Var to pass as the ref to the component.
207
204
  class_name: The class name for the component.
208
- autofocus: Whether the component should take the focus once the page is loaded
209
205
  custom_attrs: custom attribute
210
206
  **props: Component properties.
211
207
 
@@ -299,7 +295,6 @@ class SelectContent(RadixThemesComponent):
299
295
  id: Any | None = None,
300
296
  ref: Var | None = None,
301
297
  class_name: Any | None = None,
302
- autofocus: bool | None = None,
303
298
  custom_attrs: dict[str, Var | Any] | None = None,
304
299
  on_blur: EventType[()] | None = None,
305
300
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -345,7 +340,6 @@ class SelectContent(RadixThemesComponent):
345
340
  id: The id for the component.
346
341
  ref: The Var to pass as the ref to the component.
347
342
  class_name: The class name for the component.
348
- autofocus: Whether the component should take the focus once the page is loaded
349
343
  custom_attrs: custom attribute
350
344
  **props: Component properties.
351
345
 
@@ -367,7 +361,6 @@ class SelectGroup(RadixThemesComponent):
367
361
  id: Any | None = None,
368
362
  ref: Var | None = None,
369
363
  class_name: Any | None = None,
370
- autofocus: bool | None = None,
371
364
  custom_attrs: dict[str, Var | Any] | None = None,
372
365
  on_blur: EventType[()] | None = None,
373
366
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -399,7 +392,6 @@ class SelectGroup(RadixThemesComponent):
399
392
  id: The id for the component.
400
393
  ref: The Var to pass as the ref to the component.
401
394
  class_name: The class name for the component.
402
- autofocus: Whether the component should take the focus once the page is loaded
403
395
  custom_attrs: custom attribute
404
396
  **props: Component properties.
405
397
 
@@ -423,7 +415,6 @@ class SelectItem(RadixThemesComponent):
423
415
  id: Any | None = None,
424
416
  ref: Var | None = None,
425
417
  class_name: Any | None = None,
426
- autofocus: bool | None = None,
427
418
  custom_attrs: dict[str, Var | Any] | None = None,
428
419
  on_blur: EventType[()] | None = None,
429
420
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -457,7 +448,6 @@ class SelectItem(RadixThemesComponent):
457
448
  id: The id for the component.
458
449
  ref: The Var to pass as the ref to the component.
459
450
  class_name: The class name for the component.
460
- autofocus: Whether the component should take the focus once the page is loaded
461
451
  custom_attrs: custom attribute
462
452
  **props: Component properties.
463
453
 
@@ -479,7 +469,6 @@ class SelectLabel(RadixThemesComponent):
479
469
  id: Any | None = None,
480
470
  ref: Var | None = None,
481
471
  class_name: Any | None = None,
482
- autofocus: bool | None = None,
483
472
  custom_attrs: dict[str, Var | Any] | None = None,
484
473
  on_blur: EventType[()] | None = None,
485
474
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -511,7 +500,6 @@ class SelectLabel(RadixThemesComponent):
511
500
  id: The id for the component.
512
501
  ref: The Var to pass as the ref to the component.
513
502
  class_name: The class name for the component.
514
- autofocus: Whether the component should take the focus once the page is loaded
515
503
  custom_attrs: custom attribute
516
504
  **props: Component properties.
517
505
 
@@ -533,7 +521,6 @@ class SelectSeparator(RadixThemesComponent):
533
521
  id: Any | None = None,
534
522
  ref: Var | None = None,
535
523
  class_name: Any | None = None,
536
- autofocus: bool | None = None,
537
524
  custom_attrs: dict[str, Var | Any] | None = None,
538
525
  on_blur: EventType[()] | None = None,
539
526
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -565,7 +552,6 @@ class SelectSeparator(RadixThemesComponent):
565
552
  id: The id for the component.
566
553
  ref: The Var to pass as the ref to the component.
567
554
  class_name: The class name for the component.
568
- autofocus: Whether the component should take the focus once the page is loaded
569
555
  custom_attrs: custom attribute
570
556
  **props: Component properties.
571
557
 
@@ -671,7 +657,6 @@ class HighLevelSelect(SelectRoot):
671
657
  id: Any | None = None,
672
658
  ref: Var | None = None,
673
659
  class_name: Any | None = None,
674
- autofocus: bool | None = None,
675
660
  custom_attrs: dict[str, Var | Any] | None = None,
676
661
  on_blur: EventType[()] | None = None,
677
662
  on_change: EventType[()] | EventType[str] | None = None,
@@ -721,7 +706,6 @@ class HighLevelSelect(SelectRoot):
721
706
  id: The id for the component.
722
707
  ref: The Var to pass as the ref to the component.
723
708
  class_name: The class name for the component.
724
- autofocus: Whether the component should take the focus once the page is loaded
725
709
  custom_attrs: custom attribute
726
710
  **props: Additional properties to apply to the select component.
727
711
 
@@ -834,7 +818,6 @@ class Select(ComponentNamespace):
834
818
  id: Any | None = None,
835
819
  ref: Var | None = None,
836
820
  class_name: Any | None = None,
837
- autofocus: bool | None = None,
838
821
  custom_attrs: dict[str, Var | Any] | None = None,
839
822
  on_blur: EventType[()] | None = None,
840
823
  on_change: EventType[()] | EventType[str] | None = None,
@@ -884,7 +867,6 @@ class Select(ComponentNamespace):
884
867
  id: The id for the component.
885
868
  ref: The Var to pass as the ref to the component.
886
869
  class_name: The class name for the component.
887
- autofocus: Whether the component should take the focus once the page is loaded
888
870
  custom_attrs: custom attribute
889
871
  **props: Additional properties to apply to the select component.
890
872
 
@@ -100,7 +100,6 @@ class Separator(RadixThemesComponent):
100
100
  id: Any | None = None,
101
101
  ref: Var | None = None,
102
102
  class_name: Any | None = None,
103
- autofocus: bool | None = None,
104
103
  custom_attrs: dict[str, Var | Any] | None = None,
105
104
  on_blur: EventType[()] | None = None,
106
105
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -136,7 +135,6 @@ class Separator(RadixThemesComponent):
136
135
  id: The id for the component.
137
136
  ref: The Var to pass as the ref to the component.
138
137
  class_name: The class name for the component.
139
- autofocus: Whether the component should take the focus once the page is loaded
140
138
  custom_attrs: custom attribute
141
139
  **props: Component properties.
142
140