reflex 0.4.7a3__py3-none-any.whl → 0.4.8a1__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 (124) hide show
  1. reflex/.templates/web/utils/state.js +7 -1
  2. reflex/app.py +15 -1
  3. reflex/compiler/utils.py +1 -1
  4. reflex/components/base/body.pyi +0 -3
  5. reflex/components/base/document.pyi +0 -15
  6. reflex/components/base/fragment.pyi +0 -3
  7. reflex/components/base/head.pyi +0 -3
  8. reflex/components/base/link.pyi +0 -6
  9. reflex/components/base/meta.pyi +0 -12
  10. reflex/components/chakra/base.pyi +0 -6
  11. reflex/components/chakra/datadisplay/badge.pyi +0 -3
  12. reflex/components/chakra/datadisplay/code.pyi +0 -3
  13. reflex/components/chakra/datadisplay/divider.pyi +0 -3
  14. reflex/components/chakra/datadisplay/keyboard_key.pyi +0 -3
  15. reflex/components/chakra/datadisplay/list.pyi +0 -3
  16. reflex/components/chakra/datadisplay/stat.pyi +0 -15
  17. reflex/components/chakra/datadisplay/table.pyi +0 -12
  18. reflex/components/chakra/datadisplay/tag.pyi +0 -12
  19. reflex/components/chakra/disclosure/accordion.pyi +0 -12
  20. reflex/components/chakra/disclosure/tabs.pyi +0 -12
  21. reflex/components/chakra/disclosure/transition.pyi +0 -18
  22. reflex/components/chakra/disclosure/visuallyhidden.pyi +0 -3
  23. reflex/components/chakra/feedback/alert.pyi +0 -9
  24. reflex/components/chakra/feedback/circularprogress.pyi +0 -3
  25. reflex/components/chakra/feedback/progress.pyi +0 -3
  26. reflex/components/chakra/feedback/skeleton.pyi +0 -9
  27. reflex/components/chakra/feedback/spinner.pyi +0 -3
  28. reflex/components/chakra/forms/button.pyi +0 -6
  29. reflex/components/chakra/forms/checkbox.pyi +0 -6
  30. reflex/components/chakra/forms/colormodeswitch.pyi +0 -3
  31. reflex/components/chakra/forms/editable.pyi +0 -12
  32. reflex/components/chakra/forms/form.pyi +0 -9
  33. reflex/components/chakra/forms/iconbutton.pyi +0 -3
  34. reflex/components/chakra/forms/input.pyi +0 -15
  35. reflex/components/chakra/forms/numberinput.pyi +0 -12
  36. reflex/components/chakra/forms/pininput.py +1 -1
  37. reflex/components/chakra/forms/pininput.pyi +1 -4
  38. reflex/components/chakra/forms/radio.py +1 -1
  39. reflex/components/chakra/forms/radio.pyi +1 -1
  40. reflex/components/chakra/forms/rangeslider.py +1 -1
  41. reflex/components/chakra/forms/rangeslider.pyi +1 -10
  42. reflex/components/chakra/forms/slider.pyi +0 -12
  43. reflex/components/chakra/forms/switch.pyi +0 -3
  44. reflex/components/chakra/layout/aspect_ratio.pyi +0 -3
  45. reflex/components/chakra/layout/box.pyi +0 -3
  46. reflex/components/chakra/layout/card.pyi +0 -9
  47. reflex/components/chakra/layout/center.pyi +0 -9
  48. reflex/components/chakra/layout/container.pyi +0 -3
  49. reflex/components/chakra/layout/flex.pyi +0 -3
  50. reflex/components/chakra/layout/grid.pyi +0 -9
  51. reflex/components/chakra/layout/spacer.pyi +0 -3
  52. reflex/components/chakra/layout/stack.pyi +0 -9
  53. reflex/components/chakra/layout/wrap.pyi +0 -3
  54. reflex/components/chakra/media/avatar.pyi +0 -9
  55. reflex/components/chakra/media/icon.pyi +0 -3
  56. reflex/components/chakra/navigation/breadcrumb.pyi +0 -3
  57. reflex/components/chakra/navigation/linkoverlay.pyi +0 -6
  58. reflex/components/chakra/navigation/stepper.pyi +0 -24
  59. reflex/components/chakra/overlay/alertdialog.pyi +0 -18
  60. reflex/components/chakra/overlay/drawer.pyi +0 -18
  61. reflex/components/chakra/overlay/menu.pyi +0 -18
  62. reflex/components/chakra/overlay/modal.pyi +0 -18
  63. reflex/components/chakra/overlay/popover.pyi +0 -24
  64. reflex/components/chakra/overlay/tooltip.pyi +0 -3
  65. reflex/components/chakra/typography/heading.pyi +0 -3
  66. reflex/components/chakra/typography/highlight.pyi +0 -3
  67. reflex/components/chakra/typography/span.pyi +0 -3
  68. reflex/components/chakra/typography/text.pyi +0 -3
  69. reflex/components/component.py +61 -22
  70. reflex/components/core/client_side_routing.pyi +0 -6
  71. reflex/components/core/upload.py +3 -1
  72. reflex/components/core/upload.pyi +0 -3
  73. reflex/components/el/element.pyi +0 -3
  74. reflex/components/el/elements/base.pyi +0 -3
  75. reflex/components/el/elements/forms.pyi +0 -39
  76. reflex/components/el/elements/inline.pyi +0 -84
  77. reflex/components/el/elements/media.pyi +0 -42
  78. reflex/components/el/elements/metadata.pyi +0 -15
  79. reflex/components/el/elements/other.pyi +0 -21
  80. reflex/components/el/elements/scripts.pyi +0 -9
  81. reflex/components/el/elements/sectioning.pyi +0 -45
  82. reflex/components/el/elements/tables.pyi +0 -30
  83. reflex/components/el/elements/typography.pyi +0 -45
  84. reflex/components/gridjs/datatable.pyi +0 -3
  85. reflex/components/lucide/icon.pyi +0 -3
  86. reflex/components/next/base.pyi +0 -3
  87. reflex/components/next/link.pyi +0 -3
  88. reflex/components/plotly/plotly.pyi +0 -6
  89. reflex/components/radix/primitives/accordion.pyi +0 -3
  90. reflex/components/radix/primitives/base.pyi +0 -6
  91. reflex/components/radix/primitives/drawer.pyi +0 -21
  92. reflex/components/radix/primitives/form.pyi +0 -18
  93. reflex/components/radix/primitives/progress.pyi +0 -9
  94. reflex/components/radix/primitives/slider.pyi +0 -15
  95. reflex/components/radix/themes/base.pyi +0 -6
  96. reflex/components/react_player/audio.pyi +0 -3
  97. reflex/components/react_player/react_player.pyi +0 -3
  98. reflex/components/react_player/video.pyi +0 -3
  99. reflex/components/recharts/cartesian.pyi +0 -57
  100. reflex/components/recharts/general.pyi +0 -12
  101. reflex/components/recharts/polar.pyi +0 -18
  102. reflex/components/recharts/recharts.pyi +0 -3
  103. reflex/constants/__init__.py +2 -0
  104. reflex/constants/base.py +5 -0
  105. reflex/constants/compiler.py +2 -0
  106. reflex/constants/installer.py +4 -2
  107. reflex/event.py +7 -6
  108. reflex/experimental/__init__.py +2 -0
  109. reflex/experimental/misc.py +12 -0
  110. reflex/model.py +1 -1
  111. reflex/reflex.py +0 -1
  112. reflex/utils/compat.py +43 -0
  113. reflex/utils/console.py +10 -1
  114. reflex/utils/export.py +1 -3
  115. reflex/utils/imports.py +14 -1
  116. reflex/utils/prerequisites.py +65 -41
  117. reflex/utils/processes.py +37 -0
  118. reflex/utils/serializers.py +14 -0
  119. reflex/utils/types.py +1 -1
  120. {reflex-0.4.7a3.dist-info → reflex-0.4.8a1.dist-info}/METADATA +1 -2
  121. {reflex-0.4.7a3.dist-info → reflex-0.4.8a1.dist-info}/RECORD +124 -122
  122. {reflex-0.4.7a3.dist-info → reflex-0.4.8a1.dist-info}/WHEEL +1 -1
  123. {reflex-0.4.7a3.dist-info → reflex-0.4.8a1.dist-info}/LICENSE +0 -0
  124. {reflex-0.4.7a3.dist-info → reflex-0.4.8a1.dist-info}/entry_points.txt +0 -0
@@ -114,9 +114,6 @@ class Editable(ChakraComponent):
114
114
 
115
115
  Returns:
116
116
  The component.
117
-
118
- Raises:
119
- TypeError: If an invalid child is passed.
120
117
  """
121
118
  ...
122
119
 
@@ -193,9 +190,6 @@ class EditableInput(ChakraComponent):
193
190
 
194
191
  Returns:
195
192
  The component.
196
-
197
- Raises:
198
- TypeError: If an invalid child is passed.
199
193
  """
200
194
  ...
201
195
 
@@ -272,9 +266,6 @@ class EditableTextarea(ChakraComponent):
272
266
 
273
267
  Returns:
274
268
  The component.
275
-
276
- Raises:
277
- TypeError: If an invalid child is passed.
278
269
  """
279
270
  ...
280
271
 
@@ -351,8 +342,5 @@ class EditablePreview(ChakraComponent):
351
342
 
352
343
  Returns:
353
344
  The component.
354
-
355
- Raises:
356
- TypeError: If an invalid child is passed.
357
345
  """
358
346
  ...
@@ -355,9 +355,6 @@ class FormHelperText(ChakraComponent):
355
355
 
356
356
  Returns:
357
357
  The component.
358
-
359
- Raises:
360
- TypeError: If an invalid child is passed.
361
358
  """
362
359
  ...
363
360
 
@@ -436,9 +433,6 @@ class FormLabel(ChakraComponent):
436
433
 
437
434
  Returns:
438
435
  The component.
439
-
440
- Raises:
441
- TypeError: If an invalid child is passed.
442
436
  """
443
437
  ...
444
438
 
@@ -515,8 +509,5 @@ class FormErrorMessage(ChakraComponent):
515
509
 
516
510
  Returns:
517
511
  The component.
518
-
519
- Raises:
520
- TypeError: If an invalid child is passed.
521
512
  """
522
513
  ...
@@ -105,8 +105,5 @@ class IconButton(Text):
105
105
 
106
106
  Returns:
107
107
  The component.
108
-
109
- Raises:
110
- TypeError: If an invalid child is passed.
111
108
  """
112
109
  ...
@@ -265,9 +265,6 @@ class InputGroup(ChakraComponent):
265
265
 
266
266
  Returns:
267
267
  The component.
268
-
269
- Raises:
270
- TypeError: If an invalid child is passed.
271
268
  """
272
269
  ...
273
270
 
@@ -344,9 +341,6 @@ class InputLeftAddon(ChakraComponent):
344
341
 
345
342
  Returns:
346
343
  The component.
347
-
348
- Raises:
349
- TypeError: If an invalid child is passed.
350
344
  """
351
345
  ...
352
346
 
@@ -423,9 +417,6 @@ class InputRightAddon(ChakraComponent):
423
417
 
424
418
  Returns:
425
419
  The component.
426
-
427
- Raises:
428
- TypeError: If an invalid child is passed.
429
420
  """
430
421
  ...
431
422
 
@@ -502,9 +493,6 @@ class InputLeftElement(ChakraComponent):
502
493
 
503
494
  Returns:
504
495
  The component.
505
-
506
- Raises:
507
- TypeError: If an invalid child is passed.
508
496
  """
509
497
  ...
510
498
 
@@ -581,8 +569,5 @@ class InputRightElement(ChakraComponent):
581
569
 
582
570
  Returns:
583
571
  The component.
584
-
585
- Raises:
586
- TypeError: If an invalid child is passed.
587
572
  """
588
573
  ...
@@ -216,9 +216,6 @@ class NumberInputField(ChakraComponent):
216
216
 
217
217
  Returns:
218
218
  The component.
219
-
220
- Raises:
221
- TypeError: If an invalid child is passed.
222
219
  """
223
220
  ...
224
221
 
@@ -295,9 +292,6 @@ class NumberInputStepper(ChakraComponent):
295
292
 
296
293
  Returns:
297
294
  The component.
298
-
299
- Raises:
300
- TypeError: If an invalid child is passed.
301
295
  """
302
296
  ...
303
297
 
@@ -374,9 +368,6 @@ class NumberIncrementStepper(ChakraComponent):
374
368
 
375
369
  Returns:
376
370
  The component.
377
-
378
- Raises:
379
- TypeError: If an invalid child is passed.
380
371
  """
381
372
  ...
382
373
 
@@ -453,8 +444,5 @@ class NumberDecrementStepper(ChakraComponent):
453
444
 
454
445
  Returns:
455
446
  The component.
456
-
457
- Raises:
458
- TypeError: If an invalid child is passed.
459
447
  """
460
448
  ...
@@ -18,7 +18,7 @@ class PinInput(ChakraComponent):
18
18
 
19
19
  tag = "PinInput"
20
20
 
21
- # State var to bind the the input.
21
+ # State var to bind the input.
22
22
  value: Var[str]
23
23
 
24
24
  # If true, the pin input receives focus on mount
@@ -110,7 +110,7 @@ class PinInput(ChakraComponent):
110
110
 
111
111
  Args:
112
112
  *children: The children of the component.
113
- value: State var to bind the the input.
113
+ value: State var to bind the input.
114
114
  auto_focus: If true, the pin input receives focus on mount
115
115
  default_value: The default value of the pin input
116
116
  error_border_color: The border color when the input is invalid.
@@ -218,8 +218,5 @@ class PinInputField(ChakraComponent):
218
218
 
219
219
  Returns:
220
220
  The component.
221
-
222
- Raises:
223
- TypeError: If an invalid child is passed.
224
221
  """
225
222
  ...
@@ -17,7 +17,7 @@ class RadioGroup(ChakraComponent):
17
17
 
18
18
  tag = "RadioGroup"
19
19
 
20
- # State var to bind the the input.
20
+ # State var to bind the input.
21
21
  value: Var[Any]
22
22
 
23
23
  # The default value.
@@ -86,7 +86,7 @@ class RadioGroup(ChakraComponent):
86
86
 
87
87
  Args:
88
88
  *children: The children of the component.
89
- value: State var to bind the the input.
89
+ value: State var to bind the input.
90
90
  default_value: The default value.
91
91
  name: The name of the form field
92
92
  style: The style of the component.
@@ -15,7 +15,7 @@ class RangeSlider(ChakraComponent):
15
15
 
16
16
  tag = "RangeSlider"
17
17
 
18
- # State var to bind the the input.
18
+ # State var to bind the input.
19
19
  value: Var[List[int]]
20
20
 
21
21
  # The default values.
@@ -103,7 +103,7 @@ class RangeSlider(ChakraComponent):
103
103
 
104
104
  Args:
105
105
  *children: The children of the component.
106
- value: State var to bind the the input.
106
+ value: State var to bind the input.
107
107
  default_value: The default values.
108
108
  direction: The writing mode ("ltr" | "rtl")
109
109
  focus_thumb_on_change: If false, the slider handle will not capture focus when value changes.
@@ -200,9 +200,6 @@ class RangeSliderTrack(ChakraComponent):
200
200
 
201
201
  Returns:
202
202
  The component.
203
-
204
- Raises:
205
- TypeError: If an invalid child is passed.
206
203
  """
207
204
  ...
208
205
 
@@ -279,9 +276,6 @@ class RangeSliderFilledTrack(ChakraComponent):
279
276
 
280
277
  Returns:
281
278
  The component.
282
-
283
- Raises:
284
- TypeError: If an invalid child is passed.
285
279
  """
286
280
  ...
287
281
 
@@ -361,8 +355,5 @@ class RangeSliderThumb(ChakraComponent):
361
355
 
362
356
  Returns:
363
357
  The component.
364
-
365
- Raises:
366
- TypeError: If an invalid child is passed.
367
358
  """
368
359
  ...
@@ -219,9 +219,6 @@ class SliderTrack(ChakraComponent):
219
219
 
220
220
  Returns:
221
221
  The component.
222
-
223
- Raises:
224
- TypeError: If an invalid child is passed.
225
222
  """
226
223
  ...
227
224
 
@@ -298,9 +295,6 @@ class SliderFilledTrack(ChakraComponent):
298
295
 
299
296
  Returns:
300
297
  The component.
301
-
302
- Raises:
303
- TypeError: If an invalid child is passed.
304
298
  """
305
299
  ...
306
300
 
@@ -379,9 +373,6 @@ class SliderThumb(ChakraComponent):
379
373
 
380
374
  Returns:
381
375
  The component.
382
-
383
- Raises:
384
- TypeError: If an invalid child is passed.
385
376
  """
386
377
  ...
387
378
 
@@ -458,8 +449,5 @@ class SliderMark(ChakraComponent):
458
449
 
459
450
  Returns:
460
451
  The component.
461
-
462
- Raises:
463
- TypeError: If an invalid child is passed.
464
452
  """
465
453
  ...
@@ -158,8 +158,5 @@ class Switch(ChakraComponent):
158
158
 
159
159
  Returns:
160
160
  The component.
161
-
162
- Raises:
163
- TypeError: If an invalid child is passed.
164
161
  """
165
162
  ...
@@ -85,8 +85,5 @@ class AspectRatio(ChakraComponent):
85
85
 
86
86
  Returns:
87
87
  The component.
88
-
89
- Raises:
90
- TypeError: If an invalid child is passed.
91
88
  """
92
89
  ...
@@ -90,8 +90,5 @@ class Box(ChakraComponent):
90
90
 
91
91
  Returns:
92
92
  The component.
93
-
94
- Raises:
95
- TypeError: If an invalid child is passed.
96
93
  """
97
94
  ...
@@ -90,9 +90,6 @@ class CardHeader(ChakraComponent):
90
90
 
91
91
  Returns:
92
92
  The component.
93
-
94
- Raises:
95
- TypeError: If an invalid child is passed.
96
93
  """
97
94
  ...
98
95
 
@@ -169,9 +166,6 @@ class CardBody(ChakraComponent):
169
166
 
170
167
  Returns:
171
168
  The component.
172
-
173
- Raises:
174
- TypeError: If an invalid child is passed.
175
169
  """
176
170
  ...
177
171
 
@@ -248,9 +242,6 @@ class CardFooter(ChakraComponent):
248
242
 
249
243
  Returns:
250
244
  The component.
251
-
252
- Raises:
253
- TypeError: If an invalid child is passed.
254
245
  """
255
246
  ...
256
247
 
@@ -82,9 +82,6 @@ class Center(ChakraComponent):
82
82
 
83
83
  Returns:
84
84
  The component.
85
-
86
- Raises:
87
- TypeError: If an invalid child is passed.
88
85
  """
89
86
  ...
90
87
 
@@ -161,9 +158,6 @@ class Square(ChakraComponent):
161
158
 
162
159
  Returns:
163
160
  The component.
164
-
165
- Raises:
166
- TypeError: If an invalid child is passed.
167
161
  """
168
162
  ...
169
163
 
@@ -240,8 +234,5 @@ class Circle(ChakraComponent):
240
234
 
241
235
  Returns:
242
236
  The component.
243
-
244
- Raises:
245
- TypeError: If an invalid child is passed.
246
237
  """
247
238
  ...
@@ -85,8 +85,5 @@ class Container(ChakraComponent):
85
85
 
86
86
  Returns:
87
87
  The component.
88
-
89
- Raises:
90
- TypeError: If an invalid child is passed.
91
88
  """
92
89
  ...
@@ -100,8 +100,5 @@ class Flex(ChakraComponent):
100
100
 
101
101
  Returns:
102
102
  The component.
103
-
104
- Raises:
105
- TypeError: If an invalid child is passed.
106
103
  """
107
104
  ...
@@ -98,9 +98,6 @@ class Grid(ChakraComponent):
98
98
 
99
99
  Returns:
100
100
  The component.
101
-
102
- Raises:
103
- TypeError: If an invalid child is passed.
104
101
  """
105
102
  ...
106
103
 
@@ -191,9 +188,6 @@ class GridItem(ChakraComponent):
191
188
 
192
189
  Returns:
193
190
  The component.
194
-
195
- Raises:
196
- TypeError: If an invalid child is passed.
197
191
  """
198
192
  ...
199
193
 
@@ -296,8 +290,5 @@ class ResponsiveGrid(ChakraComponent):
296
290
 
297
291
  Returns:
298
292
  The component.
299
-
300
- Raises:
301
- TypeError: If an invalid child is passed.
302
293
  """
303
294
  ...
@@ -82,8 +82,5 @@ class Spacer(ChakraComponent):
82
82
 
83
83
  Returns:
84
84
  The component.
85
-
86
- Raises:
87
- TypeError: If an invalid child is passed.
88
85
  """
89
86
  ...
@@ -105,9 +105,6 @@ class Stack(ChakraComponent):
105
105
 
106
106
  Returns:
107
107
  The component.
108
-
109
- Raises:
110
- TypeError: If an invalid child is passed.
111
108
  """
112
109
  ...
113
110
 
@@ -205,9 +202,6 @@ class Hstack(Stack):
205
202
 
206
203
  Returns:
207
204
  The component.
208
-
209
- Raises:
210
- TypeError: If an invalid child is passed.
211
205
  """
212
206
  ...
213
207
 
@@ -305,8 +299,5 @@ class Vstack(Stack):
305
299
 
306
300
  Returns:
307
301
  The component.
308
-
309
- Raises:
310
- TypeError: If an invalid child is passed.
311
302
  """
312
303
  ...
@@ -176,8 +176,5 @@ class WrapItem(ChakraComponent):
176
176
 
177
177
  Returns:
178
178
  The component.
179
-
180
- Raises:
181
- TypeError: If an invalid child is passed.
182
179
  """
183
180
  ...
@@ -109,9 +109,6 @@ class Avatar(ChakraComponent):
109
109
 
110
110
  Returns:
111
111
  The component.
112
-
113
- Raises:
114
- TypeError: If an invalid child is passed.
115
112
  """
116
113
  ...
117
114
 
@@ -188,9 +185,6 @@ class AvatarBadge(ChakraComponent):
188
185
 
189
186
  Returns:
190
187
  The component.
191
-
192
- Raises:
193
- TypeError: If an invalid child is passed.
194
188
  """
195
189
  ...
196
190
 
@@ -271,8 +265,5 @@ class AvatarGroup(ChakraComponent):
271
265
 
272
266
  Returns:
273
267
  The component.
274
-
275
- Raises:
276
- TypeError: If an invalid child is passed.
277
268
  """
278
269
  ...
@@ -84,9 +84,6 @@ class ChakraIconComponent(ChakraComponent):
84
84
 
85
85
  Returns:
86
86
  The component.
87
-
88
- Raises:
89
- TypeError: If an invalid child is passed.
90
87
  """
91
88
  ...
92
89
 
@@ -258,9 +258,6 @@ class BreadcrumbSeparator(ChakraComponent):
258
258
 
259
259
  Returns:
260
260
  The component.
261
-
262
- Raises:
263
- TypeError: If an invalid child is passed.
264
261
  """
265
262
  ...
266
263
 
@@ -87,9 +87,6 @@ class LinkOverlay(ChakraComponent):
87
87
 
88
88
  Returns:
89
89
  The component.
90
-
91
- Raises:
92
- TypeError: If an invalid child is passed.
93
90
  """
94
91
  ...
95
92
 
@@ -166,8 +163,5 @@ class LinkBox(ChakraComponent):
166
163
 
167
164
  Returns:
168
165
  The component.
169
-
170
- Raises:
171
- TypeError: If an invalid child is passed.
172
166
  """
173
167
  ...
@@ -224,9 +224,6 @@ class Step(ChakraComponent):
224
224
 
225
225
  Returns:
226
226
  The component.
227
-
228
- Raises:
229
- TypeError: If an invalid child is passed.
230
227
  """
231
228
  ...
232
229
 
@@ -303,9 +300,6 @@ class StepDescription(ChakraComponent):
303
300
 
304
301
  Returns:
305
302
  The component.
306
-
307
- Raises:
308
- TypeError: If an invalid child is passed.
309
303
  """
310
304
  ...
311
305
 
@@ -382,9 +376,6 @@ class StepIcon(ChakraComponent):
382
376
 
383
377
  Returns:
384
378
  The component.
385
-
386
- Raises:
387
- TypeError: If an invalid child is passed.
388
379
  """
389
380
  ...
390
381
 
@@ -461,9 +452,6 @@ class StepIndicator(ChakraComponent):
461
452
 
462
453
  Returns:
463
454
  The component.
464
-
465
- Raises:
466
- TypeError: If an invalid child is passed.
467
455
  """
468
456
  ...
469
457
 
@@ -540,9 +528,6 @@ class StepNumber(ChakraComponent):
540
528
 
541
529
  Returns:
542
530
  The component.
543
-
544
- Raises:
545
- TypeError: If an invalid child is passed.
546
531
  """
547
532
  ...
548
533
 
@@ -619,9 +604,6 @@ class StepSeparator(ChakraComponent):
619
604
 
620
605
  Returns:
621
606
  The component.
622
-
623
- Raises:
624
- TypeError: If an invalid child is passed.
625
607
  """
626
608
  ...
627
609
 
@@ -702,9 +684,6 @@ class StepStatus(ChakraComponent):
702
684
 
703
685
  Returns:
704
686
  The component.
705
-
706
- Raises:
707
- TypeError: If an invalid child is passed.
708
687
  """
709
688
  ...
710
689
 
@@ -781,8 +760,5 @@ class StepTitle(ChakraComponent):
781
760
 
782
761
  Returns:
783
762
  The component.
784
-
785
- Raises:
786
- TypeError: If an invalid child is passed.
787
763
  """
788
764
  ...
@@ -232,9 +232,6 @@ class AlertDialogBody(ChakraComponent):
232
232
 
233
233
  Returns:
234
234
  The component.
235
-
236
- Raises:
237
- TypeError: If an invalid child is passed.
238
235
  """
239
236
  ...
240
237
 
@@ -311,9 +308,6 @@ class AlertDialogHeader(ChakraComponent):
311
308
 
312
309
  Returns:
313
310
  The component.
314
-
315
- Raises:
316
- TypeError: If an invalid child is passed.
317
311
  """
318
312
  ...
319
313
 
@@ -390,9 +384,6 @@ class AlertDialogFooter(ChakraComponent):
390
384
 
391
385
  Returns:
392
386
  The component.
393
-
394
- Raises:
395
- TypeError: If an invalid child is passed.
396
387
  """
397
388
  ...
398
389
 
@@ -469,9 +460,6 @@ class AlertDialogContent(ChakraComponent):
469
460
 
470
461
  Returns:
471
462
  The component.
472
-
473
- Raises:
474
- TypeError: If an invalid child is passed.
475
463
  """
476
464
  ...
477
465
 
@@ -548,9 +536,6 @@ class AlertDialogOverlay(ChakraComponent):
548
536
 
549
537
  Returns:
550
538
  The component.
551
-
552
- Raises:
553
- TypeError: If an invalid child is passed.
554
539
  """
555
540
  ...
556
541
 
@@ -627,8 +612,5 @@ class AlertDialogCloseButton(ChakraComponent):
627
612
 
628
613
  Returns:
629
614
  The component.
630
-
631
- Raises:
632
- TypeError: If an invalid child is passed.
633
615
  """
634
616
  ...