reflex 0.8.4a1__py3-none-any.whl → 0.8.5__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 (147) hide show
  1. reflex/.templates/web/utils/react-theme.js +12 -17
  2. reflex/__init__.py +2 -9
  3. reflex/__init__.pyi +4 -2
  4. reflex/app.py +16 -10
  5. reflex/compiler/compiler.py +10 -3
  6. reflex/compiler/utils.py +6 -12
  7. reflex/components/base/app_wrap.pyi +0 -1
  8. reflex/components/base/body.pyi +0 -2
  9. reflex/components/base/document.pyi +0 -12
  10. reflex/components/base/error_boundary.pyi +0 -2
  11. reflex/components/base/fragment.pyi +0 -2
  12. reflex/components/base/link.pyi +0 -4
  13. reflex/components/base/meta.pyi +0 -6
  14. reflex/components/base/script.py +0 -2
  15. reflex/components/base/script.pyi +0 -2
  16. reflex/components/base/strict_mode.pyi +0 -2
  17. reflex/components/component.py +2 -30
  18. reflex/components/core/auto_scroll.py +14 -13
  19. reflex/components/core/auto_scroll.pyi +0 -2
  20. reflex/components/core/banner.pyi +0 -10
  21. reflex/components/core/client_side_routing.pyi +0 -2
  22. reflex/components/core/clipboard.py +1 -3
  23. reflex/components/core/clipboard.pyi +0 -2
  24. reflex/components/core/cond.py +0 -2
  25. reflex/components/core/debounce.pyi +0 -1
  26. reflex/components/core/helmet.pyi +0 -2
  27. reflex/components/core/html.pyi +0 -2
  28. reflex/components/core/match.py +1 -2
  29. reflex/components/core/sticky.pyi +0 -4
  30. reflex/components/core/upload.pyi +0 -10
  31. reflex/components/core/window_events.pyi +0 -2
  32. reflex/components/datadisplay/code.py +6 -4
  33. reflex/components/datadisplay/code.pyi +0 -4
  34. reflex/components/datadisplay/dataeditor.pyi +0 -2
  35. reflex/components/datadisplay/shiki_code_block.pyi +0 -6
  36. reflex/components/el/element.pyi +0 -2
  37. reflex/components/el/elements/base.pyi +0 -2
  38. reflex/components/el/elements/forms.py +5 -21
  39. reflex/components/el/elements/forms.pyi +0 -38
  40. reflex/components/el/elements/inline.pyi +0 -56
  41. reflex/components/el/elements/media.pyi +0 -52
  42. reflex/components/el/elements/metadata.pyi +0 -12
  43. reflex/components/el/elements/other.pyi +0 -14
  44. reflex/components/el/elements/scripts.pyi +0 -6
  45. reflex/components/el/elements/sectioning.pyi +0 -30
  46. reflex/components/el/elements/tables.pyi +0 -20
  47. reflex/components/el/elements/typography.pyi +0 -32
  48. reflex/components/gridjs/datatable.pyi +0 -4
  49. reflex/components/lucide/icon.py +12 -1
  50. reflex/components/lucide/icon.pyi +12 -7
  51. reflex/components/markdown/markdown.pyi +0 -2
  52. reflex/components/moment/moment.pyi +0 -2
  53. reflex/components/plotly/plotly.py +25 -17
  54. reflex/components/plotly/plotly.pyi +0 -18
  55. reflex/components/radix/primitives/accordion.pyi +0 -14
  56. reflex/components/radix/primitives/base.pyi +0 -4
  57. reflex/components/radix/primitives/drawer.pyi +0 -22
  58. reflex/components/radix/primitives/form.pyi +0 -20
  59. reflex/components/radix/primitives/progress.pyi +0 -10
  60. reflex/components/radix/primitives/slider.pyi +0 -10
  61. reflex/components/radix/themes/base.py +2 -4
  62. reflex/components/radix/themes/base.pyi +0 -15
  63. reflex/components/radix/themes/color_mode.pyi +0 -5
  64. reflex/components/radix/themes/components/alert_dialog.pyi +0 -11
  65. reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
  66. reflex/components/radix/themes/components/avatar.pyi +0 -2
  67. reflex/components/radix/themes/components/badge.pyi +0 -2
  68. reflex/components/radix/themes/components/button.pyi +0 -2
  69. reflex/components/radix/themes/components/callout.pyi +0 -10
  70. reflex/components/radix/themes/components/card.pyi +0 -2
  71. reflex/components/radix/themes/components/checkbox.pyi +0 -6
  72. reflex/components/radix/themes/components/checkbox_cards.pyi +0 -4
  73. reflex/components/radix/themes/components/checkbox_group.pyi +0 -4
  74. reflex/components/radix/themes/components/context_menu.pyi +0 -26
  75. reflex/components/radix/themes/components/data_list.pyi +0 -8
  76. reflex/components/radix/themes/components/dialog.pyi +0 -12
  77. reflex/components/radix/themes/components/dropdown_menu.pyi +0 -14
  78. reflex/components/radix/themes/components/hover_card.pyi +0 -7
  79. reflex/components/radix/themes/components/icon_button.pyi +0 -2
  80. reflex/components/radix/themes/components/inset.pyi +0 -2
  81. reflex/components/radix/themes/components/popover.pyi +0 -6
  82. reflex/components/radix/themes/components/progress.pyi +0 -2
  83. reflex/components/radix/themes/components/radio.pyi +0 -2
  84. reflex/components/radix/themes/components/radio_cards.pyi +0 -4
  85. reflex/components/radix/themes/components/radio_group.pyi +0 -8
  86. reflex/components/radix/themes/components/scroll_area.pyi +0 -2
  87. reflex/components/radix/themes/components/segmented_control.pyi +0 -4
  88. reflex/components/radix/themes/components/select.pyi +0 -18
  89. reflex/components/radix/themes/components/separator.pyi +0 -2
  90. reflex/components/radix/themes/components/skeleton.pyi +0 -2
  91. reflex/components/radix/themes/components/slider.pyi +0 -2
  92. reflex/components/radix/themes/components/spinner.pyi +0 -2
  93. reflex/components/radix/themes/components/switch.pyi +0 -2
  94. reflex/components/radix/themes/components/table.pyi +0 -14
  95. reflex/components/radix/themes/components/tabs.pyi +0 -10
  96. reflex/components/radix/themes/components/text_area.pyi +0 -2
  97. reflex/components/radix/themes/components/text_field.pyi +0 -6
  98. reflex/components/radix/themes/components/tooltip.pyi +0 -2
  99. reflex/components/radix/themes/layout/base.pyi +0 -2
  100. reflex/components/radix/themes/layout/box.pyi +0 -2
  101. reflex/components/radix/themes/layout/center.pyi +0 -2
  102. reflex/components/radix/themes/layout/container.pyi +0 -1
  103. reflex/components/radix/themes/layout/flex.pyi +0 -2
  104. reflex/components/radix/themes/layout/grid.pyi +0 -2
  105. reflex/components/radix/themes/layout/list.pyi +0 -10
  106. reflex/components/radix/themes/layout/section.pyi +0 -2
  107. reflex/components/radix/themes/layout/spacer.pyi +0 -2
  108. reflex/components/radix/themes/layout/stack.pyi +0 -6
  109. reflex/components/radix/themes/typography/blockquote.pyi +0 -2
  110. reflex/components/radix/themes/typography/code.pyi +0 -2
  111. reflex/components/radix/themes/typography/heading.pyi +0 -2
  112. reflex/components/radix/themes/typography/link.pyi +0 -2
  113. reflex/components/radix/themes/typography/text.pyi +0 -14
  114. reflex/components/react_player/audio.pyi +0 -2
  115. reflex/components/react_player/react_player.pyi +0 -2
  116. reflex/components/react_player/video.pyi +0 -2
  117. reflex/components/react_router/dom.pyi +0 -2
  118. reflex/components/recharts/cartesian.pyi +0 -38
  119. reflex/components/recharts/charts.pyi +0 -24
  120. reflex/components/recharts/general.pyi +0 -12
  121. reflex/components/recharts/polar.pyi +0 -12
  122. reflex/components/recharts/recharts.pyi +0 -4
  123. reflex/components/sonner/toast.pyi +0 -2
  124. reflex/components/tags/cond_tag.py +4 -3
  125. reflex/components/tags/iter_tag.py +1 -1
  126. reflex/components/tags/match_tag.py +3 -2
  127. reflex/components/tags/tag.py +39 -40
  128. reflex/constants/base.py +4 -58
  129. reflex/constants/compiler.py +0 -8
  130. reflex/constants/installer.py +5 -5
  131. reflex/environment.py +0 -10
  132. reflex/event.py +77 -15
  133. reflex/page.py +62 -4
  134. reflex/reflex.py +2 -5
  135. reflex/utils/misc.py +0 -3
  136. reflex/utils/net.py +7 -2
  137. reflex/utils/prerequisites.py +8 -71
  138. reflex/utils/processes.py +6 -6
  139. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/METADATA +2 -2
  140. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/RECORD +143 -147
  141. reflex/components/el/constants/__init__.py +0 -5
  142. reflex/components/el/constants/html.py +0 -343
  143. reflex/components/el/constants/react.py +0 -501
  144. reflex/components/el/constants/reflex.py +0 -51
  145. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/WHEEL +0 -0
  146. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/entry_points.txt +0 -0
  147. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/licenses/LICENSE +0 -0
@@ -50,7 +50,6 @@ class Skeleton(RadixLoadingProp, RadixThemesComponent):
50
50
  id: Any | None = None,
51
51
  ref: Var | None = None,
52
52
  class_name: Any | None = None,
53
- autofocus: bool | None = None,
54
53
  custom_attrs: dict[str, Var | Any] | None = None,
55
54
  on_blur: EventType[()] | None = None,
56
55
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -89,7 +88,6 @@ class Skeleton(RadixLoadingProp, RadixThemesComponent):
89
88
  id: The id for the component.
90
89
  ref: The Var to pass as the ref to the component.
91
90
  class_name: The class name for the component.
92
- autofocus: Whether the component should take the focus once the page is loaded
93
91
  custom_attrs: custom attribute
94
92
  **props: Component properties.
95
93
 
@@ -117,7 +117,6 @@ class Slider(RadixThemesComponent):
117
117
  id: Any | None = None,
118
118
  ref: Var | None = None,
119
119
  class_name: Any | None = None,
120
- autofocus: bool | None = None,
121
120
  custom_attrs: dict[str, Var | Any] | None = None,
122
121
  on_blur: EventType[()] | None = None,
123
122
  on_change: EventType[()]
@@ -173,7 +172,6 @@ class Slider(RadixThemesComponent):
173
172
  id: The id for the component.
174
173
  ref: The Var to pass as the ref to the component.
175
174
  class_name: The class name for the component.
176
- autofocus: Whether the component should take the focus once the page is loaded
177
175
  custom_attrs: custom attribute
178
176
  **props: The properties of the component.
179
177
 
@@ -32,7 +32,6 @@ class Spinner(RadixLoadingProp, 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,
@@ -66,7 +65,6 @@ class Spinner(RadixLoadingProp, RadixThemesComponent):
66
65
  id: The id for the component.
67
66
  ref: The Var to pass as the ref to the component.
68
67
  class_name: The class name for the component.
69
- autofocus: Whether the component should take the focus once the page is loaded
70
68
  custom_attrs: custom attribute
71
69
  **props: Component properties.
72
70
 
@@ -104,7 +104,6 @@ class Switch(RadixThemesComponent):
104
104
  id: Any | None = None,
105
105
  ref: Var | None = None,
106
106
  class_name: Any | None = None,
107
- autofocus: bool | None = None,
108
107
  custom_attrs: dict[str, Var | Any] | None = None,
109
108
  on_blur: EventType[()] | None = None,
110
109
  on_change: EventType[()] | EventType[bool] | None = None,
@@ -150,7 +149,6 @@ class Switch(RadixThemesComponent):
150
149
  id: The id for the component.
151
150
  ref: The Var to pass as the ref to the component.
152
151
  class_name: The class name for the component.
153
- autofocus: Whether the component should take the focus once the page is loaded
154
152
  custom_attrs: custom attribute
155
153
  **props: Component properties.
156
154
 
@@ -216,7 +216,6 @@ class TableRoot(elements.Table, RadixThemesComponent):
216
216
  id: Any | None = None,
217
217
  ref: Var | None = None,
218
218
  class_name: Any | None = None,
219
- autofocus: bool | None = None,
220
219
  custom_attrs: dict[str, Var | Any] | None = None,
221
220
  on_blur: EventType[()] | None = None,
222
221
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -268,7 +267,6 @@ class TableRoot(elements.Table, RadixThemesComponent):
268
267
  id: The id for the component.
269
268
  ref: The Var to pass as the ref to the component.
270
269
  class_name: The class name for the component.
271
- autofocus: Whether the component should take the focus once the page is loaded
272
270
  custom_attrs: custom attribute
273
271
  **props: Component properties.
274
272
 
@@ -468,7 +466,6 @@ class TableHeader(elements.Thead, RadixThemesComponent):
468
466
  id: Any | None = None,
469
467
  ref: Var | None = None,
470
468
  class_name: Any | None = None,
471
- autofocus: bool | None = None,
472
469
  custom_attrs: dict[str, Var | Any] | None = None,
473
470
  on_blur: EventType[()] | None = None,
474
471
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -516,7 +513,6 @@ class TableHeader(elements.Thead, RadixThemesComponent):
516
513
  id: The id for the component.
517
514
  ref: The Var to pass as the ref to the component.
518
515
  class_name: The class name for the component.
519
- autofocus: Whether the component should take the focus once the page is loaded
520
516
  custom_attrs: custom attribute
521
517
  **props: Component properties.
522
518
 
@@ -719,7 +715,6 @@ class TableRow(elements.Tr, RadixThemesComponent):
719
715
  id: Any | None = None,
720
716
  ref: Var | None = None,
721
717
  class_name: Any | None = None,
722
- autofocus: bool | None = None,
723
718
  custom_attrs: dict[str, Var | Any] | None = None,
724
719
  on_blur: EventType[()] | None = None,
725
720
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -768,7 +763,6 @@ class TableRow(elements.Tr, RadixThemesComponent):
768
763
  id: The id for the component.
769
764
  ref: The Var to pass as the ref to the component.
770
765
  class_name: The class name for the component.
771
- autofocus: Whether the component should take the focus once the page is loaded
772
766
  custom_attrs: custom attribute
773
767
  **props: Component properties.
774
768
 
@@ -986,7 +980,6 @@ class TableColumnHeaderCell(elements.Th, RadixThemesComponent):
986
980
  id: Any | None = None,
987
981
  ref: Var | None = None,
988
982
  class_name: Any | None = None,
989
- autofocus: bool | None = None,
990
983
  custom_attrs: dict[str, Var | Any] | None = None,
991
984
  on_blur: EventType[()] | None = None,
992
985
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1042,7 +1035,6 @@ class TableColumnHeaderCell(elements.Th, RadixThemesComponent):
1042
1035
  id: The id for the component.
1043
1036
  ref: The Var to pass as the ref to the component.
1044
1037
  class_name: The class name for the component.
1045
- autofocus: Whether the component should take the focus once the page is loaded
1046
1038
  custom_attrs: custom attribute
1047
1039
  **props: Component properties.
1048
1040
 
@@ -1242,7 +1234,6 @@ class TableBody(elements.Tbody, RadixThemesComponent):
1242
1234
  id: Any | None = None,
1243
1235
  ref: Var | None = None,
1244
1236
  class_name: Any | None = None,
1245
- autofocus: bool | None = None,
1246
1237
  custom_attrs: dict[str, Var | Any] | None = None,
1247
1238
  on_blur: EventType[()] | None = None,
1248
1239
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1290,7 +1281,6 @@ class TableBody(elements.Tbody, RadixThemesComponent):
1290
1281
  id: The id for the component.
1291
1282
  ref: The Var to pass as the ref to the component.
1292
1283
  class_name: The class name for the component.
1293
- autofocus: Whether the component should take the focus once the page is loaded
1294
1284
  custom_attrs: custom attribute
1295
1285
  **props: Component properties.
1296
1286
 
@@ -1556,7 +1546,6 @@ class TableCell(elements.Td, CommonPaddingProps, RadixThemesComponent):
1556
1546
  id: Any | None = None,
1557
1547
  ref: Var | None = None,
1558
1548
  class_name: Any | None = None,
1559
- autofocus: bool | None = None,
1560
1549
  custom_attrs: dict[str, Var | Any] | None = None,
1561
1550
  on_blur: EventType[()] | None = None,
1562
1551
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1618,7 +1607,6 @@ class TableCell(elements.Td, CommonPaddingProps, RadixThemesComponent):
1618
1607
  id: The id for the component.
1619
1608
  ref: The Var to pass as the ref to the component.
1620
1609
  class_name: The class name for the component.
1621
- autofocus: Whether the component should take the focus once the page is loaded
1622
1610
  custom_attrs: custom attribute
1623
1611
  **props: Component properties.
1624
1612
 
@@ -1885,7 +1873,6 @@ class TableRowHeaderCell(elements.Th, CommonPaddingProps, RadixThemesComponent):
1885
1873
  id: Any | None = None,
1886
1874
  ref: Var | None = None,
1887
1875
  class_name: Any | None = None,
1888
- autofocus: bool | None = None,
1889
1876
  custom_attrs: dict[str, Var | Any] | None = None,
1890
1877
  on_blur: EventType[()] | None = None,
1891
1878
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1948,7 +1935,6 @@ class TableRowHeaderCell(elements.Th, CommonPaddingProps, RadixThemesComponent):
1948
1935
  id: The id for the component.
1949
1936
  ref: The Var to pass as the ref to the component.
1950
1937
  class_name: The class name for the component.
1951
- autofocus: Whether the component should take the focus once the page is loaded
1952
1938
  custom_attrs: custom attribute
1953
1939
  **props: Component properties.
1954
1940
 
@@ -38,7 +38,6 @@ class TabsRoot(RadixThemesComponent):
38
38
  id: Any | None = None,
39
39
  ref: Var | None = None,
40
40
  class_name: Any | None = None,
41
- autofocus: bool | None = None,
42
41
  custom_attrs: dict[str, Var | Any] | None = None,
43
42
  on_blur: EventType[()] | None = None,
44
43
  on_change: EventType[()] | EventType[str] | None = None,
@@ -77,7 +76,6 @@ class TabsRoot(RadixThemesComponent):
77
76
  id: The id for the component.
78
77
  ref: The Var to pass as the ref to the component.
79
78
  class_name: The class name for the component.
80
- autofocus: Whether the component should take the focus once the page is loaded
81
79
  custom_attrs: custom attribute
82
80
  **props: Component properties.
83
81
 
@@ -105,7 +103,6 @@ class TabsList(RadixThemesComponent):
105
103
  id: Any | None = None,
106
104
  ref: Var | None = None,
107
105
  class_name: Any | None = None,
108
- autofocus: bool | None = None,
109
106
  custom_attrs: dict[str, Var | Any] | None = None,
110
107
  on_blur: EventType[()] | None = None,
111
108
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -139,7 +136,6 @@ class TabsList(RadixThemesComponent):
139
136
  id: The id for the component.
140
137
  ref: The Var to pass as the ref to the component.
141
138
  class_name: The class name for the component.
142
- autofocus: Whether the component should take the focus once the page is loaded
143
139
  custom_attrs: custom attribute
144
140
  **props: Component properties.
145
141
 
@@ -222,7 +218,6 @@ class TabsTrigger(RadixThemesComponent):
222
218
  id: Any | None = None,
223
219
  ref: Var | None = None,
224
220
  class_name: Any | None = None,
225
- autofocus: bool | None = None,
226
221
  custom_attrs: dict[str, Var | Any] | None = None,
227
222
  on_blur: EventType[()] | None = None,
228
223
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -254,7 +249,6 @@ class TabsTrigger(RadixThemesComponent):
254
249
  id: The id for the component.
255
250
  ref: The Var to pass as the ref to the component.
256
251
  class_name: The class name for the component.
257
- autofocus: Whether the component should take the focus once the page is loaded
258
252
  custom_attrs: custom attribute
259
253
  **props: The properties of the component.
260
254
 
@@ -281,7 +275,6 @@ class TabsContent(RadixThemesComponent):
281
275
  id: Any | None = None,
282
276
  ref: Var | None = None,
283
277
  class_name: Any | None = None,
284
- autofocus: bool | None = None,
285
278
  custom_attrs: dict[str, Var | Any] | None = None,
286
279
  on_blur: EventType[()] | None = None,
287
280
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -315,7 +308,6 @@ class TabsContent(RadixThemesComponent):
315
308
  id: The id for the component.
316
309
  ref: The Var to pass as the ref to the component.
317
310
  class_name: The class name for the component.
318
- autofocus: Whether the component should take the focus once the page is loaded
319
311
  custom_attrs: custom attribute
320
312
  **props: Component properties.
321
313
 
@@ -350,7 +342,6 @@ class Tabs(ComponentNamespace):
350
342
  id: Any | None = None,
351
343
  ref: Var | None = None,
352
344
  class_name: Any | None = None,
353
- autofocus: bool | None = None,
354
345
  custom_attrs: dict[str, Var | Any] | None = None,
355
346
  on_blur: EventType[()] | None = None,
356
347
  on_change: EventType[()] | EventType[str] | None = None,
@@ -389,7 +380,6 @@ class Tabs(ComponentNamespace):
389
380
  id: The id for the component.
390
381
  ref: The Var to pass as the ref to the component.
391
382
  class_name: The class name for the component.
392
- autofocus: Whether the component should take the focus once the page is loaded
393
383
  custom_attrs: custom attribute
394
384
  **props: Component properties.
395
385
 
@@ -301,7 +301,6 @@ class TextArea(RadixThemesComponent, elements.Textarea):
301
301
  id: Any | None = None,
302
302
  ref: Var | None = None,
303
303
  class_name: Any | None = None,
304
- autofocus: bool | None = None,
305
304
  custom_attrs: dict[str, Var | Any] | None = None,
306
305
  on_blur: EventType[()] | EventType[str] | None = None,
307
306
  on_change: EventType[()] | EventType[str] | None = None,
@@ -383,7 +382,6 @@ class TextArea(RadixThemesComponent, elements.Textarea):
383
382
  id: The id for the component.
384
383
  ref: The Var to pass as the ref to the component.
385
384
  class_name: The class name for the component.
386
- autofocus: Whether the component should take the focus once the page is loaded
387
385
  custom_attrs: custom attribute
388
386
  **props: The properties of the component.
389
387
 
@@ -309,7 +309,6 @@ class TextFieldRoot(elements.Input, RadixThemesComponent):
309
309
  id: Any | None = None,
310
310
  ref: Var | None = None,
311
311
  class_name: Any | None = None,
312
- autofocus: bool | None = None,
313
312
  custom_attrs: dict[str, Var | Any] | None = None,
314
313
  on_blur: EventType[()] | EventType[str] | None = None,
315
314
  on_change: EventType[()] | EventType[str] | None = None,
@@ -402,7 +401,6 @@ class TextFieldRoot(elements.Input, RadixThemesComponent):
402
401
  id: The id for the component.
403
402
  ref: The Var to pass as the ref to the component.
404
403
  class_name: The class name for the component.
405
- autofocus: Whether the component should take the focus once the page is loaded
406
404
  custom_attrs: custom attribute
407
405
  **props: The properties of the component.
408
406
 
@@ -484,7 +482,6 @@ class TextFieldSlot(RadixThemesComponent):
484
482
  id: Any | None = None,
485
483
  ref: Var | None = None,
486
484
  class_name: Any | None = None,
487
- autofocus: bool | None = None,
488
485
  custom_attrs: dict[str, Var | Any] | None = None,
489
486
  on_blur: EventType[()] | None = None,
490
487
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -518,7 +515,6 @@ class TextFieldSlot(RadixThemesComponent):
518
515
  id: The id for the component.
519
516
  ref: The Var to pass as the ref to the component.
520
517
  class_name: The class name for the component.
521
- autofocus: Whether the component should take the focus once the page is loaded
522
518
  custom_attrs: custom attribute
523
519
  **props: Component properties.
524
520
 
@@ -820,7 +816,6 @@ class TextField(ComponentNamespace):
820
816
  id: Any | None = None,
821
817
  ref: Var | None = None,
822
818
  class_name: Any | None = None,
823
- autofocus: bool | None = None,
824
819
  custom_attrs: dict[str, Var | Any] | None = None,
825
820
  on_blur: EventType[()] | EventType[str] | None = None,
826
821
  on_change: EventType[()] | EventType[str] | None = None,
@@ -913,7 +908,6 @@ class TextField(ComponentNamespace):
913
908
  id: The id for the component.
914
909
  ref: The Var to pass as the ref to the component.
915
910
  class_name: The class name for the component.
916
- autofocus: Whether the component should take the focus once the page is loaded
917
911
  custom_attrs: custom attribute
918
912
  **props: The properties of the component.
919
913
 
@@ -56,7 +56,6 @@ class Tooltip(RadixThemesComponent):
56
56
  id: Any | None = None,
57
57
  ref: Var | None = None,
58
58
  class_name: Any | None = None,
59
- autofocus: bool | None = None,
60
59
  custom_attrs: dict[str, Var | Any] | None = None,
61
60
  on_blur: EventType[()] | None = None,
62
61
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -109,7 +108,6 @@ class Tooltip(RadixThemesComponent):
109
108
  id: The id for the component.
110
109
  ref: The Var to pass as the ref to the component.
111
110
  class_name: The class name for the component.
112
- autofocus: Whether the component should take the focus once the page is loaded
113
111
  custom_attrs: custom attribute
114
112
  **props: The keyword arguments
115
113
 
@@ -109,7 +109,6 @@ class LayoutComponent(CommonMarginProps, CommonPaddingProps, RadixThemesComponen
109
109
  id: Any | None = None,
110
110
  ref: Var | None = None,
111
111
  class_name: Any | None = None,
112
- autofocus: bool | None = None,
113
112
  custom_attrs: dict[str, Var | Any] | None = None,
114
113
  on_blur: EventType[()] | None = None,
115
114
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -157,7 +156,6 @@ class LayoutComponent(CommonMarginProps, CommonPaddingProps, RadixThemesComponen
157
156
  id: The id for the component.
158
157
  ref: The Var to pass as the ref to the component.
159
158
  class_name: The class name for the component.
160
- autofocus: Whether the component should take the focus once the page is loaded
161
159
  custom_attrs: custom attribute
162
160
  **props: Component properties.
163
161
 
@@ -204,7 +204,6 @@ class Box(elements.Div, RadixThemesComponent):
204
204
  id: Any | None = None,
205
205
  ref: Var | None = None,
206
206
  class_name: Any | None = None,
207
- autofocus: bool | None = None,
208
207
  custom_attrs: dict[str, Var | Any] | None = None,
209
208
  on_blur: EventType[()] | None = None,
210
209
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -252,7 +251,6 @@ class Box(elements.Div, RadixThemesComponent):
252
251
  id: The id for the component.
253
252
  ref: The Var to pass as the ref to the component.
254
253
  class_name: The class name for the component.
255
- autofocus: Whether the component should take the focus once the page is loaded
256
254
  custom_attrs: custom attribute
257
255
  **props: Component properties.
258
256
 
@@ -247,7 +247,6 @@ class Center(Flex):
247
247
  id: Any | None = None,
248
248
  ref: Var | None = None,
249
249
  class_name: Any | None = None,
250
- autofocus: bool | None = None,
251
250
  custom_attrs: dict[str, Var | Any] | None = None,
252
251
  on_blur: EventType[()] | None = None,
253
252
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -301,7 +300,6 @@ class Center(Flex):
301
300
  id: The id for the component.
302
301
  ref: The Var to pass as the ref to the component.
303
302
  class_name: The class name for the component.
304
- autofocus: Whether the component should take the focus once the page is loaded
305
303
  custom_attrs: custom attribute
306
304
  **props: Component properties.
307
305
 
@@ -214,7 +214,6 @@ class Container(elements.Div, RadixThemesComponent):
214
214
  id: Any | None = None,
215
215
  ref: Var | None = None,
216
216
  class_name: Any | None = None,
217
- autofocus: bool | None = None,
218
217
  custom_attrs: dict[str, Var | Any] | None = None,
219
218
  on_blur: EventType[()] | None = None,
220
219
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -249,7 +249,6 @@ class Flex(elements.Div, RadixThemesComponent):
249
249
  id: Any | None = None,
250
250
  ref: Var | None = None,
251
251
  class_name: Any | None = None,
252
- autofocus: bool | None = None,
253
252
  custom_attrs: dict[str, Var | Any] | None = None,
254
253
  on_blur: EventType[()] | None = None,
255
254
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -303,7 +302,6 @@ class Flex(elements.Div, RadixThemesComponent):
303
302
  id: The id for the component.
304
303
  ref: The Var to pass as the ref to the component.
305
304
  class_name: The class name for the component.
306
- autofocus: Whether the component should take the focus once the page is loaded
307
305
  custom_attrs: custom attribute
308
306
  **props: Component properties.
309
307
 
@@ -269,7 +269,6 @@ class Grid(elements.Div, RadixThemesComponent):
269
269
  id: Any | None = None,
270
270
  ref: Var | None = None,
271
271
  class_name: Any | None = None,
272
- autofocus: bool | None = None,
273
272
  custom_attrs: dict[str, Var | Any] | None = None,
274
273
  on_blur: EventType[()] | None = None,
275
274
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -326,7 +325,6 @@ class Grid(elements.Div, RadixThemesComponent):
326
325
  id: The id for the component.
327
326
  ref: The Var to pass as the ref to the component.
328
327
  class_name: The class name for the component.
329
- autofocus: Whether the component should take the focus once the page is loaded
330
328
  custom_attrs: custom attribute
331
329
  **props: Component properties.
332
330
 
@@ -262,7 +262,6 @@ class BaseList(BaseHTML, MarkdownComponentMap):
262
262
  id: Any | None = None,
263
263
  ref: Var | None = None,
264
264
  class_name: Any | None = None,
265
- autofocus: bool | None = None,
266
265
  custom_attrs: dict[str, Var | Any] | None = None,
267
266
  on_blur: EventType[()] | None = None,
268
267
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -309,7 +308,6 @@ class BaseList(BaseHTML, MarkdownComponentMap):
309
308
  id: The id for the component.
310
309
  ref: The Var to pass as the ref to the component.
311
310
  class_name: The class name for the component.
312
- autofocus: Whether the component should take the focus once the page is loaded
313
311
  custom_attrs: custom attribute
314
312
  **props: The properties of the component.
315
313
 
@@ -549,7 +547,6 @@ class UnorderedList(BaseList, Ul):
549
547
  id: Any | None = None,
550
548
  ref: Var | None = None,
551
549
  class_name: Any | None = None,
552
- autofocus: bool | None = None,
553
550
  custom_attrs: dict[str, Var | Any] | None = None,
554
551
  on_blur: EventType[()] | None = None,
555
552
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -596,7 +593,6 @@ class UnorderedList(BaseList, Ul):
596
593
  id: The id for the component.
597
594
  ref: The Var to pass as the ref to the component.
598
595
  class_name: The class name for the component.
599
- autofocus: Whether the component should take the focus once the page is loaded
600
596
  custom_attrs: custom attribute
601
597
  **props: The properties of the component.
602
598
 
@@ -839,7 +835,6 @@ class OrderedList(BaseList, Ol):
839
835
  id: Any | None = None,
840
836
  ref: Var | None = None,
841
837
  class_name: Any | None = None,
842
- autofocus: bool | None = None,
843
838
  custom_attrs: dict[str, Var | Any] | None = None,
844
839
  on_blur: EventType[()] | None = None,
845
840
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -889,7 +884,6 @@ class OrderedList(BaseList, Ol):
889
884
  id: The id for the component.
890
885
  ref: The Var to pass as the ref to the component.
891
886
  class_name: The class name for the component.
892
- autofocus: Whether the component should take the focus once the page is loaded
893
887
  custom_attrs: custom attribute
894
888
  **props: The properties of the component.
895
889
 
@@ -1089,7 +1083,6 @@ class ListItem(Li, MarkdownComponentMap):
1089
1083
  id: Any | None = None,
1090
1084
  ref: Var | None = None,
1091
1085
  class_name: Any | None = None,
1092
- autofocus: bool | None = None,
1093
1086
  custom_attrs: dict[str, Var | Any] | None = None,
1094
1087
  on_blur: EventType[()] | None = None,
1095
1088
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1134,7 +1127,6 @@ class ListItem(Li, MarkdownComponentMap):
1134
1127
  id: The id for the component.
1135
1128
  ref: The Var to pass as the ref to the component.
1136
1129
  class_name: The class name for the component.
1137
- autofocus: Whether the component should take the focus once the page is loaded
1138
1130
  custom_attrs: custom attribute
1139
1131
  **props: The properties of the component.
1140
1132
 
@@ -1375,7 +1367,6 @@ class List(ComponentNamespace):
1375
1367
  id: Any | None = None,
1376
1368
  ref: Var | None = None,
1377
1369
  class_name: Any | None = None,
1378
- autofocus: bool | None = None,
1379
1370
  custom_attrs: dict[str, Var | Any] | None = None,
1380
1371
  on_blur: EventType[()] | None = None,
1381
1372
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1422,7 +1413,6 @@ class List(ComponentNamespace):
1422
1413
  id: The id for the component.
1423
1414
  ref: The Var to pass as the ref to the component.
1424
1415
  class_name: The class name for the component.
1425
- autofocus: Whether the component should take the focus once the page is loaded
1426
1416
  custom_attrs: custom attribute
1427
1417
  **props: The properties of the component.
1428
1418
 
@@ -210,7 +210,6 @@ class Section(elements.Section, RadixThemesComponent):
210
210
  id: Any | None = None,
211
211
  ref: Var | None = None,
212
212
  class_name: Any | None = None,
213
- autofocus: bool | None = None,
214
213
  custom_attrs: dict[str, Var | Any] | None = None,
215
214
  on_blur: EventType[()] | None = None,
216
215
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -259,7 +258,6 @@ class Section(elements.Section, RadixThemesComponent):
259
258
  id: The id for the component.
260
259
  ref: The Var to pass as the ref to the component.
261
260
  class_name: The class name for the component.
262
- autofocus: Whether the component should take the focus once the page is loaded
263
261
  custom_attrs: custom attribute
264
262
  **props: Component properties.
265
263
 
@@ -247,7 +247,6 @@ class Spacer(Flex):
247
247
  id: Any | None = None,
248
248
  ref: Var | None = None,
249
249
  class_name: Any | None = None,
250
- autofocus: bool | None = None,
251
250
  custom_attrs: dict[str, Var | Any] | None = None,
252
251
  on_blur: EventType[()] | None = None,
253
252
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -301,7 +300,6 @@ class Spacer(Flex):
301
300
  id: The id for the component.
302
301
  ref: The Var to pass as the ref to the component.
303
302
  class_name: The class name for the component.
304
- autofocus: Whether the component should take the focus once the page is loaded
305
303
  custom_attrs: custom attribute
306
304
  **props: Component properties.
307
305
 
@@ -246,7 +246,6 @@ class Stack(Flex):
246
246
  id: Any | None = None,
247
247
  ref: Var | None = None,
248
248
  class_name: Any | None = None,
249
- autofocus: bool | None = None,
250
249
  custom_attrs: dict[str, Var | Any] | None = None,
251
250
  on_blur: EventType[()] | None = None,
252
251
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -297,7 +296,6 @@ class Stack(Flex):
297
296
  id: The id for the component.
298
297
  ref: The Var to pass as the ref to the component.
299
298
  class_name: The class name for the component.
300
- autofocus: Whether the component should take the focus once the page is loaded
301
299
  custom_attrs: custom attribute
302
300
  **props: The properties of the stack.
303
301
 
@@ -539,7 +537,6 @@ class VStack(Stack):
539
537
  id: Any | None = None,
540
538
  ref: Var | None = None,
541
539
  class_name: Any | None = None,
542
- autofocus: bool | None = None,
543
540
  custom_attrs: dict[str, Var | Any] | None = None,
544
541
  on_blur: EventType[()] | None = None,
545
542
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -590,7 +587,6 @@ class VStack(Stack):
590
587
  id: The id for the component.
591
588
  ref: The Var to pass as the ref to the component.
592
589
  class_name: The class name for the component.
593
- autofocus: Whether the component should take the focus once the page is loaded
594
590
  custom_attrs: custom attribute
595
591
  **props: The properties of the stack.
596
592
 
@@ -832,7 +828,6 @@ class HStack(Stack):
832
828
  id: Any | None = None,
833
829
  ref: Var | None = None,
834
830
  class_name: Any | None = None,
835
- autofocus: bool | None = None,
836
831
  custom_attrs: dict[str, Var | Any] | None = None,
837
832
  on_blur: EventType[()] | None = None,
838
833
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -883,7 +878,6 @@ class HStack(Stack):
883
878
  id: The id for the component.
884
879
  ref: The Var to pass as the ref to the component.
885
880
  class_name: The class name for the component.
886
- autofocus: Whether the component should take the focus once the page is loaded
887
881
  custom_attrs: custom attribute
888
882
  **props: The properties of the stack.
889
883
 
@@ -279,7 +279,6 @@ class Blockquote(elements.Blockquote, RadixThemesComponent):
279
279
  id: Any | None = None,
280
280
  ref: Var | None = None,
281
281
  class_name: Any | None = None,
282
- autofocus: bool | None = None,
283
282
  custom_attrs: dict[str, Var | Any] | None = None,
284
283
  on_blur: EventType[()] | None = None,
285
284
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -332,7 +331,6 @@ class Blockquote(elements.Blockquote, RadixThemesComponent):
332
331
  id: The id for the component.
333
332
  ref: The Var to pass as the ref to the component.
334
333
  class_name: The class name for the component.
335
- autofocus: Whether the component should take the focus once the page is loaded
336
334
  custom_attrs: custom attribute
337
335
  **props: Component properties.
338
336
 
@@ -282,7 +282,6 @@ class Code(elements.Code, RadixThemesComponent, MarkdownComponentMap):
282
282
  id: Any | None = None,
283
283
  ref: Var | None = None,
284
284
  class_name: Any | None = None,
285
- autofocus: bool | None = None,
286
285
  custom_attrs: dict[str, Var | Any] | None = None,
287
286
  on_blur: EventType[()] | None = None,
288
287
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -335,7 +334,6 @@ class Code(elements.Code, RadixThemesComponent, MarkdownComponentMap):
335
334
  id: The id for the component.
336
335
  ref: The Var to pass as the ref to the component.
337
336
  class_name: The class name for the component.
338
- autofocus: Whether the component should take the focus once the page is loaded
339
337
  custom_attrs: custom attribute
340
338
  **props: Component properties.
341
339
 
@@ -295,7 +295,6 @@ class Heading(elements.H1, RadixThemesComponent, MarkdownComponentMap):
295
295
  id: Any | None = None,
296
296
  ref: Var | None = None,
297
297
  class_name: Any | None = None,
298
- autofocus: bool | None = None,
299
298
  custom_attrs: dict[str, Var | Any] | None = None,
300
299
  on_blur: EventType[()] | None = None,
301
300
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -351,7 +350,6 @@ class Heading(elements.H1, RadixThemesComponent, MarkdownComponentMap):
351
350
  id: The id for the component.
352
351
  ref: The Var to pass as the ref to the component.
353
352
  class_name: The class name for the component.
354
- autofocus: Whether the component should take the focus once the page is loaded
355
353
  custom_attrs: custom attribute
356
354
  **props: Component properties.
357
355
 
@@ -333,7 +333,6 @@ class Link(RadixThemesComponent, A, MemoizationLeaf, MarkdownComponentMap):
333
333
  id: Any | None = None,
334
334
  ref: Var | None = None,
335
335
  class_name: Any | None = None,
336
- autofocus: bool | None = None,
337
336
  custom_attrs: dict[str, Var | Any] | None = None,
338
337
  on_blur: EventType[()] | None = None,
339
338
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -394,7 +393,6 @@ class Link(RadixThemesComponent, A, MemoizationLeaf, MarkdownComponentMap):
394
393
  id: The id for the component.
395
394
  ref: The Var to pass as the ref to the component.
396
395
  class_name: The class name for the component.
397
- autofocus: Whether the component should take the focus once the page is loaded
398
396
  custom_attrs: custom attribute
399
397
  **props: The props of the component.
400
398