reflex 0.7.7a1__py3-none-any.whl → 0.7.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.
- reflex/.templates/web/utils/state.js +26 -16
- reflex/admin.py +1 -1
- reflex/app.py +6 -17
- reflex/app_mixins/lifespan.py +1 -1
- reflex/base.py +2 -2
- reflex/compiler/compiler.py +8 -7
- reflex/compiler/utils.py +6 -5
- reflex/components/base/app_wrap.pyi +18 -17
- reflex/components/base/bare.py +2 -1
- reflex/components/base/body.pyi +214 -19
- reflex/components/base/document.pyi +82 -81
- reflex/components/base/error_boundary.pyi +19 -18
- reflex/components/base/fragment.pyi +18 -17
- reflex/components/base/head.pyi +34 -33
- reflex/components/base/link.pyi +425 -36
- reflex/components/base/meta.pyi +673 -92
- reflex/components/base/script.pyi +21 -20
- reflex/components/base/strict_mode.pyi +18 -17
- reflex/components/component.py +20 -36
- reflex/components/core/auto_scroll.pyi +18 -17
- reflex/components/core/banner.pyi +98 -97
- reflex/components/core/breakpoints.py +1 -1
- reflex/components/core/client_side_routing.pyi +34 -33
- reflex/components/core/clipboard.py +1 -1
- reflex/components/core/clipboard.pyi +19 -18
- reflex/components/core/cond.py +2 -2
- reflex/components/core/debounce.py +3 -3
- reflex/components/core/debounce.pyi +20 -19
- reflex/components/core/foreach.py +2 -1
- reflex/components/core/html.pyi +18 -17
- reflex/components/core/match.py +2 -2
- reflex/components/core/sticky.pyi +66 -65
- reflex/components/core/upload.py +7 -10
- reflex/components/core/upload.pyi +86 -85
- reflex/components/datadisplay/code.pyi +34 -33
- reflex/components/datadisplay/dataeditor.py +3 -2
- reflex/components/datadisplay/dataeditor.pyi +35 -68
- reflex/components/datadisplay/shiki_code_block.pyi +50 -49
- reflex/components/el/element.pyi +18 -17
- reflex/components/el/elements/base.pyi +18 -17
- reflex/components/el/elements/forms.py +10 -8
- reflex/components/el/elements/forms.pyi +290 -332
- reflex/components/el/elements/inline.pyi +450 -449
- reflex/components/el/elements/media.pyi +402 -401
- reflex/components/el/elements/metadata.pyi +99 -97
- reflex/components/el/elements/other.pyi +114 -113
- reflex/components/el/elements/scripts.pyi +50 -49
- reflex/components/el/elements/sectioning.pyi +242 -241
- reflex/components/el/elements/tables.pyi +162 -161
- reflex/components/el/elements/typography.pyi +242 -241
- reflex/components/gridjs/datatable.py +3 -2
- reflex/components/gridjs/datatable.pyi +35 -34
- reflex/components/lucide/icon.pyi +50 -49
- reflex/components/markdown/markdown.py +2 -1
- reflex/components/markdown/markdown.pyi +20 -19
- reflex/components/moment/moment.pyi +19 -18
- reflex/components/next/base.pyi +18 -17
- reflex/components/next/image.pyi +20 -19
- reflex/components/next/link.pyi +18 -17
- reflex/components/next/video.pyi +18 -17
- reflex/components/plotly/plotly.py +3 -3
- reflex/components/plotly/plotly.pyi +326 -325
- reflex/components/radix/primitives/accordion.py +2 -1
- reflex/components/radix/primitives/accordion.pyi +115 -114
- reflex/components/radix/primitives/base.pyi +34 -33
- reflex/components/radix/primitives/drawer.py +2 -1
- reflex/components/radix/primitives/drawer.pyi +187 -186
- reflex/components/radix/primitives/form.pyi +168 -182
- reflex/components/radix/primitives/progress.pyi +82 -81
- reflex/components/radix/primitives/slider.py +2 -1
- reflex/components/radix/primitives/slider.pyi +84 -83
- reflex/components/radix/themes/base.pyi +130 -129
- reflex/components/radix/themes/color_mode.pyi +51 -50
- reflex/components/radix/themes/components/alert_dialog.pyi +118 -117
- reflex/components/radix/themes/components/aspect_ratio.pyi +18 -17
- reflex/components/radix/themes/components/avatar.pyi +18 -17
- reflex/components/radix/themes/components/badge.pyi +18 -17
- reflex/components/radix/themes/components/button.pyi +18 -17
- reflex/components/radix/themes/components/callout.pyi +82 -81
- reflex/components/radix/themes/components/card.pyi +18 -17
- reflex/components/radix/themes/components/checkbox.pyi +53 -52
- reflex/components/radix/themes/components/checkbox_cards.pyi +34 -33
- reflex/components/radix/themes/components/checkbox_group.py +2 -1
- reflex/components/radix/themes/components/checkbox_group.pyi +34 -33
- reflex/components/radix/themes/components/context_menu.pyi +225 -224
- reflex/components/radix/themes/components/data_list.pyi +66 -65
- reflex/components/radix/themes/components/dialog.pyi +121 -120
- reflex/components/radix/themes/components/dropdown_menu.pyi +142 -141
- reflex/components/radix/themes/components/hover_card.pyi +68 -67
- reflex/components/radix/themes/components/icon_button.pyi +18 -17
- reflex/components/radix/themes/components/inset.pyi +18 -17
- reflex/components/radix/themes/components/popover.pyi +73 -72
- reflex/components/radix/themes/components/progress.pyi +18 -17
- reflex/components/radix/themes/components/radio.pyi +18 -17
- reflex/components/radix/themes/components/radio_cards.pyi +35 -34
- reflex/components/radix/themes/components/radio_group.py +2 -1
- reflex/components/radix/themes/components/radio_group.pyi +67 -66
- reflex/components/radix/themes/components/scroll_area.pyi +18 -17
- reflex/components/radix/themes/components/segmented_control.py +2 -1
- reflex/components/radix/themes/components/segmented_control.pyi +35 -34
- reflex/components/radix/themes/components/select.py +2 -1
- reflex/components/radix/themes/components/select.pyi +155 -154
- reflex/components/radix/themes/components/separator.pyi +18 -17
- reflex/components/radix/themes/components/skeleton.pyi +18 -17
- reflex/components/radix/themes/components/slider.py +2 -1
- reflex/components/radix/themes/components/slider.pyi +20 -31
- reflex/components/radix/themes/components/spinner.pyi +18 -17
- reflex/components/radix/themes/components/switch.pyi +19 -18
- reflex/components/radix/themes/components/table.pyi +114 -113
- reflex/components/radix/themes/components/tabs.pyi +84 -83
- reflex/components/radix/themes/components/text_area.pyi +21 -24
- reflex/components/radix/themes/components/text_field.pyi +56 -63
- reflex/components/radix/themes/components/tooltip.py +2 -2
- reflex/components/radix/themes/components/tooltip.pyi +21 -20
- reflex/components/radix/themes/layout/base.pyi +18 -17
- reflex/components/radix/themes/layout/box.pyi +18 -17
- reflex/components/radix/themes/layout/center.pyi +18 -17
- reflex/components/radix/themes/layout/container.pyi +18 -17
- reflex/components/radix/themes/layout/flex.pyi +18 -17
- reflex/components/radix/themes/layout/grid.pyi +18 -17
- reflex/components/radix/themes/layout/list.py +2 -1
- reflex/components/radix/themes/layout/list.pyi +473 -83
- reflex/components/radix/themes/layout/section.pyi +18 -17
- reflex/components/radix/themes/layout/spacer.pyi +18 -17
- reflex/components/radix/themes/layout/stack.pyi +50 -49
- reflex/components/radix/themes/typography/blockquote.pyi +18 -17
- reflex/components/radix/themes/typography/code.pyi +18 -17
- reflex/components/radix/themes/typography/heading.pyi +18 -17
- reflex/components/radix/themes/typography/link.pyi +18 -17
- reflex/components/radix/themes/typography/text.pyi +114 -113
- reflex/components/react_player/audio.pyi +34 -36
- reflex/components/react_player/react_player.pyi +34 -33
- reflex/components/react_player/video.pyi +34 -36
- reflex/components/recharts/cartesian.py +7 -6
- reflex/components/recharts/cartesian.pyi +302 -301
- reflex/components/recharts/charts.py +2 -1
- reflex/components/recharts/charts.pyi +177 -176
- reflex/components/recharts/general.py +3 -2
- reflex/components/recharts/general.pyi +99 -98
- reflex/components/recharts/polar.py +9 -8
- reflex/components/recharts/polar.pyi +62 -61
- reflex/components/recharts/recharts.pyi +34 -33
- reflex/components/sonner/toast.pyi +19 -18
- reflex/components/suneditor/editor.py +22 -24
- reflex/components/suneditor/editor.pyi +27 -28
- reflex/components/tags/cond_tag.py +3 -3
- reflex/components/tags/iter_tag.py +2 -1
- reflex/components/tags/tag.py +3 -2
- reflex/config.py +27 -17
- reflex/constants/installer.py +4 -4
- reflex/constants/route.py +2 -3
- reflex/constants/utils.py +4 -3
- reflex/event.py +56 -28
- reflex/experimental/client_state.py +3 -2
- reflex/experimental/layout.pyi +84 -83
- reflex/istate/data.py +1 -1
- reflex/istate/storage.py +2 -2
- reflex/model.py +3 -3
- reflex/page.py +3 -2
- reflex/state.py +56 -57
- reflex/style.py +3 -2
- reflex/testing.py +12 -21
- reflex/utils/codespaces.py +14 -15
- reflex/utils/decorator.py +2 -1
- reflex/utils/exec.py +1 -1
- reflex/utils/format.py +2 -2
- reflex/utils/imports.py +6 -8
- reflex/utils/misc.py +2 -1
- reflex/utils/net.py +2 -1
- reflex/utils/prerequisites.py +12 -5
- reflex/utils/processes.py +6 -5
- reflex/utils/pyi_generator.py +6 -5
- reflex/utils/serializers.py +13 -25
- reflex/utils/types.py +34 -46
- reflex/vars/base.py +60 -56
- reflex/vars/dep_tracking.py +4 -4
- reflex/vars/function.py +13 -36
- reflex/vars/number.py +5 -17
- reflex/vars/object.py +9 -16
- reflex/vars/sequence.py +11 -23
- {reflex-0.7.7a1.dist-info → reflex-0.7.8a1.dist-info}/METADATA +1 -1
- {reflex-0.7.7a1.dist-info → reflex-0.7.8a1.dist-info}/RECORD +185 -185
- {reflex-0.7.7a1.dist-info → reflex-0.7.8a1.dist-info}/WHEEL +0 -0
- {reflex-0.7.7a1.dist-info → reflex-0.7.8a1.dist-info}/entry_points.txt +0 -0
- {reflex-0.7.7a1.dist-info → reflex-0.7.8a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
reflex/__init__.py,sha256=viEt38jc1skwOUBwwlwPL02hcGrm9xNQzKExVftZEx4,10365
|
|
2
2
|
reflex/__init__.pyi,sha256=h9ltlhaz1dySsNYpUkN_VCjEzHGfb1h18ThYh15QjyU,11358
|
|
3
3
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
4
|
-
reflex/admin.py,sha256=
|
|
5
|
-
reflex/app.py,sha256=
|
|
4
|
+
reflex/admin.py,sha256=Nbc38y-M8iaRBvh1W6DQu_D3kEhO8JFvxrog4q2cB_E,434
|
|
5
|
+
reflex/app.py,sha256=CyPJ3TMOTBGBMY_zmRhZHBgbCj7roRCRvGLNnPt_Iv8,70073
|
|
6
6
|
reflex/assets.py,sha256=PLTKAMYPKMZq8eWXKX8uco6NZ9IiPGWal0bOPLUmU7k,3364
|
|
7
|
-
reflex/base.py,sha256=
|
|
8
|
-
reflex/config.py,sha256=
|
|
9
|
-
reflex/event.py,sha256=
|
|
10
|
-
reflex/model.py,sha256=
|
|
11
|
-
reflex/page.py,sha256=
|
|
7
|
+
reflex/base.py,sha256=U7i_ijkbSLUDm1TlTYYZEm5P6ZiVO1aIT1MJKXO6V1o,3881
|
|
8
|
+
reflex/config.py,sha256=yXzu3CZPdNoCJ2SSdPT5G_pwN1Z36N9iUUOCfc2Qwz0,35593
|
|
9
|
+
reflex/event.py,sha256=gxKWREUS4xbKVjLnF0i2pn0BkhDxSF1V3R-D-qU902I,63271
|
|
10
|
+
reflex/model.py,sha256=eOWc157txBIUmYMZqQeKKdn2dm4Tsf8h8CbqeLXvjeg,17577
|
|
11
|
+
reflex/page.py,sha256=QUdf3dtlTj0Yoq7KPwFHexRgEddlhSTGfSqxcR8OXXQ,2407
|
|
12
12
|
reflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
reflex/reflex.py,sha256=Aw3FVLmA9vwKjYxrhlD9nUZ3Hs6pnizC4EcViY0cpVk,21717
|
|
14
14
|
reflex/route.py,sha256=nn_hJwtQdjiqH_dHXfqMGWKllnyPQZTSR-KWdHDhoOs,4210
|
|
15
|
-
reflex/state.py,sha256=
|
|
16
|
-
reflex/style.py,sha256=
|
|
17
|
-
reflex/testing.py,sha256=
|
|
15
|
+
reflex/state.py,sha256=JfwlsoFUzHnfJM8GLAFXw5K_UwK5wJOsetljx6hU6gk,142341
|
|
16
|
+
reflex/style.py,sha256=8ciwcReoKSrPSwoteXJwv7YTK514tf7jrJ5RfqztmvA,13186
|
|
17
|
+
reflex/testing.py,sha256=17Xw2bjsSlxnDUnBv3tM7dvO-qKrxq0augI37WzMv4A,36015
|
|
18
18
|
reflex/.templates/apps/blank/assets/favicon.ico,sha256=baxxgDAQ2V4-G5Q4S2yK5uUJTUGkv-AOWBQ0xd6myUo,4286
|
|
19
19
|
reflex/.templates/apps/blank/code/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
reflex/.templates/apps/blank/code/blank.py,sha256=oKnsBBZM1-_RFAuwGKgfiCzgsrHlN_m_XP0-Fpnld7k,926
|
|
@@ -47,87 +47,87 @@ reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha2
|
|
|
47
47
|
reflex/.templates/web/components/shiki/code.js,sha256=UO0hQnm2w1j2VMgj46cnplO6ZLK3p3qhcxp6irjZBxQ,1116
|
|
48
48
|
reflex/.templates/web/styles/tailwind.css,sha256=wGOoICTy1G0e5bWZ4LYOVgRa3ZT7M44tC4g6CKh6ZPo,112
|
|
49
49
|
reflex/.templates/web/utils/client_side_routing.js,sha256=cOu4wUHDQtGl1yo5goxljZ94SLZLyr9R3S9Rehcvjio,1475
|
|
50
|
-
reflex/.templates/web/utils/state.js,sha256=
|
|
50
|
+
reflex/.templates/web/utils/state.js,sha256=tfcXyofonZkBJQdapzRXr75sRuBwXtkK8dvOUDlZSNE,31191
|
|
51
51
|
reflex/.templates/web/utils/helpers/dataeditor.js,sha256=pG6MgsHuStDR7-qPipzfiK32j9bKDBa-4hZ0JSUo4JM,1623
|
|
52
52
|
reflex/.templates/web/utils/helpers/debounce.js,sha256=xGhtTRtS_xIcaeqnYVvYJNseLgQVk-DW-eFiHJYO9As,528
|
|
53
53
|
reflex/.templates/web/utils/helpers/paste.js,sha256=ef30HsR83jRzzvZnl8yV79yqFP8TC_u8SlN99cCS_OM,1799
|
|
54
54
|
reflex/.templates/web/utils/helpers/range.js,sha256=Bjr7Ex1Mghpsopjfrcp__IVFw8F8AsMiP-0nE20ZZwk,1091
|
|
55
55
|
reflex/.templates/web/utils/helpers/throttle.js,sha256=qxeyaEojaTeX36FPGftzVWrzDsRQU4iqg3U9RJz9Vj4,566
|
|
56
56
|
reflex/app_mixins/__init__.py,sha256=Oegz3-gZLP9p2OAN5ALNbsgxuNQfS6lGZgQA8cc-9mQ,137
|
|
57
|
-
reflex/app_mixins/lifespan.py,sha256=
|
|
57
|
+
reflex/app_mixins/lifespan.py,sha256=cjH--QnsshmmOiQzkOpClqDspH1KmXj68y5IsZ_Pm3c,3289
|
|
58
58
|
reflex/app_mixins/middleware.py,sha256=3OTCEF0rjhd2yTSMCS7wi7J50BxZ8ztCg5K7zfdehhs,2828
|
|
59
59
|
reflex/app_mixins/mixin.py,sha256=si0Pa0U1EtJc-a6iZntqU9B7_NrPILwrGFxk9mKHBCE,317
|
|
60
60
|
reflex/compiler/__init__.py,sha256=r8jqmDSFf09iV2lHlNhfc9XrTLjNxfDNwPYlxS4cmHE,27
|
|
61
|
-
reflex/compiler/compiler.py,sha256=
|
|
61
|
+
reflex/compiler/compiler.py,sha256=Iv42CtutvIOwnPIEWPjLWz-0VcIQFiBOEdUDraFMSZA,27339
|
|
62
62
|
reflex/compiler/templates.py,sha256=NX3YUMVGGyDsy2JuDv-AmklMM0pKJHLPsIpdqamgqRQ,5854
|
|
63
|
-
reflex/compiler/utils.py,sha256=
|
|
63
|
+
reflex/compiler/utils.py,sha256=nFkAyJK0anKVdknQMSsmB9z0FnsZIr4myl5s0qXvPHI,16067
|
|
64
64
|
reflex/components/__init__.py,sha256=zbIXThv1WPI0FdIGf9G9RAmGoCRoGy7nHcSZ8K5D5bA,624
|
|
65
65
|
reflex/components/__init__.pyi,sha256=qoj1zIWaitcZOGcJ6k7wuGJk_GAJCE9Xtx8CeRVrvoE,861
|
|
66
|
-
reflex/components/component.py,sha256=
|
|
66
|
+
reflex/components/component.py,sha256=_cpdSeHn5oSEG69Dbax3s86SEVoeV3iaV5Mqjy2etLY,90343
|
|
67
67
|
reflex/components/dynamic.py,sha256=DdlFbtciytsEbVdFHm-obmE4FFkSR6x2DH0BzYI_4C4,7150
|
|
68
68
|
reflex/components/literals.py,sha256=hogLnwTJxFJODIvqihg-GD9kFZVsEBDoYzaRit56Nuk,501
|
|
69
69
|
reflex/components/props.py,sha256=8F2ZNeF16BDiTh-E4F-U_vks41BMJgmkTM7xbjGvfOA,2593
|
|
70
70
|
reflex/components/base/__init__.py,sha256=QIOxOPT87WrSE4TSHAsZ-358VzvUXAe1w8vWogQ3Uuo,730
|
|
71
71
|
reflex/components/base/__init__.pyi,sha256=c-8lUF9MAgAo9OHMjKIrV2ScM5S0fg8gTXp3iYFwVKU,1055
|
|
72
72
|
reflex/components/base/app_wrap.py,sha256=5K_myvYvHPeAJbm3BdEX17tKvdNEj6SV9RYahbIQBAQ,514
|
|
73
|
-
reflex/components/base/app_wrap.pyi,sha256=
|
|
74
|
-
reflex/components/base/bare.py,sha256=
|
|
73
|
+
reflex/components/base/app_wrap.pyi,sha256=1EH1YoBzxmGkIC0AdHNS6mWDICi1_OYQ_Gg6FOHI-Yg,1895
|
|
74
|
+
reflex/components/base/bare.py,sha256=_dKvt9lZgBcEKI51Eus46Bu9lWn1cijbREmOS64p_Kk,7324
|
|
75
75
|
reflex/components/base/body.py,sha256=QHOGMr98I6bUXsQKXcY0PzJdhopH6gQ8AESrDSgJV6I,151
|
|
76
|
-
reflex/components/base/body.pyi,sha256=
|
|
76
|
+
reflex/components/base/body.pyi,sha256=vLnE3aVwlQmNRyQrq8oTWzLXXtVL0kxiTFs9stt9ZVI,8583
|
|
77
77
|
reflex/components/base/document.py,sha256=L5kRdI1bvPQ9dTpHkeG6kqyDvzqZ4uZG4QSj3GMLBuM,551
|
|
78
|
-
reflex/components/base/document.pyi,sha256=
|
|
78
|
+
reflex/components/base/document.pyi,sha256=SKILVZBLZMdr6KWfG_UAdnoxwdX9h4vU-UAGdB5TIBM,9616
|
|
79
79
|
reflex/components/base/error_boundary.py,sha256=BI-XD1FVDlaHX7pWb0AXS7HDLtO49TKlZ1IALjeVgOM,6283
|
|
80
|
-
reflex/components/base/error_boundary.pyi,sha256=
|
|
80
|
+
reflex/components/base/error_boundary.pyi,sha256=3EUvVoshq2ivoLFs-mkyGGqY3DzZeBvf9JNOtkbQUK0,2854
|
|
81
81
|
reflex/components/base/fragment.py,sha256=ys7wkokq-N8WBxa9fqkEaNIrBlSximyD7vqlFVe02hQ,342
|
|
82
|
-
reflex/components/base/fragment.pyi,sha256=
|
|
82
|
+
reflex/components/base/fragment.pyi,sha256=Ptl98uPF1Ecq__7KSl1zsRzb8S59vpkVKJrBJN3zqNU,2329
|
|
83
83
|
reflex/components/base/head.py,sha256=BGjOksNZEo_AZcYEuxNH7onsRnfyxJkJzl4cTd_EwiQ,318
|
|
84
|
-
reflex/components/base/head.pyi,sha256=
|
|
84
|
+
reflex/components/base/head.pyi,sha256=fqQXbDRYvu3tmGLse9SrSqqZGsTvXFfcnwDpIjl8Xck,4188
|
|
85
85
|
reflex/components/base/link.py,sha256=1QHgptz6QBX6YH0C5KssGAOvVGL0RAFN7GqUrdM8Ers,933
|
|
86
|
-
reflex/components/base/link.pyi,sha256=
|
|
86
|
+
reflex/components/base/link.pyi,sha256=GulPVV8xtitgQW0FzGN2LwqELBOjm5nMSIOnJ5OxFCU,17638
|
|
87
87
|
reflex/components/base/meta.py,sha256=f6rLnwozdPxnHf5bmBzftljl8t9OX6WsnUhcahWIwXM,1493
|
|
88
|
-
reflex/components/base/meta.pyi,sha256=
|
|
88
|
+
reflex/components/base/meta.pyi,sha256=DEBklSh0XJQ4vailz38Pw3HrBAr8tWuAORFCzHc6SGM,28174
|
|
89
89
|
reflex/components/base/script.py,sha256=OZ2ZOWiEmzHRC0-OgH4qj_Dv6X-JSsX5OgaqLXld0VA,2433
|
|
90
|
-
reflex/components/base/script.pyi,sha256=
|
|
90
|
+
reflex/components/base/script.pyi,sha256=yMXrbOUIEaqqGsR1UOx1IX0Q2q0ik9sH1T1e5zqum7A,3626
|
|
91
91
|
reflex/components/base/strict_mode.py,sha256=_Rl2uGzL8gXTANOpoSU7uxsUQRH5JeTk2EIceWJJa5E,251
|
|
92
|
-
reflex/components/base/strict_mode.pyi,sha256=
|
|
92
|
+
reflex/components/base/strict_mode.pyi,sha256=1wPZJBP5I8boIn5jFO4w7V06-7T4yq6DlU6i8sdInGw,2308
|
|
93
93
|
reflex/components/core/__init__.py,sha256=1Z5MUA5wRPi4w7TXzRFyCfxbG8lUMqs29buWHIGG-CU,1321
|
|
94
94
|
reflex/components/core/__init__.pyi,sha256=HDZSx-RIBpryukJo8ECdxSnZwpThP0IR2LV66h1XyJ4,2046
|
|
95
95
|
reflex/components/core/auto_scroll.py,sha256=3jtFUqMUM1R_YyxWjbNVLiLktw6HHp50EzIFTkFtgto,3616
|
|
96
|
-
reflex/components/core/auto_scroll.pyi,sha256=
|
|
96
|
+
reflex/components/core/auto_scroll.pyi,sha256=E8nUtX-tbgcxI5GG8CdfL98e-CrUiUp9WrDx3CJB5Kg,8817
|
|
97
97
|
reflex/components/core/banner.py,sha256=Vk19jeVyLxyGuVCWoSDLzuHaNmRtyHKrRqoa0RmNMPM,18563
|
|
98
|
-
reflex/components/core/banner.pyi,sha256=
|
|
99
|
-
reflex/components/core/breakpoints.py,sha256=
|
|
98
|
+
reflex/components/core/banner.pyi,sha256=jyElydtok9N4bd0oZk0FN44ZSW_m4pa3RnJW71ChdSA,25046
|
|
99
|
+
reflex/components/core/breakpoints.py,sha256=oGj2qKixhXrDumdVts4C_m3ltgvvDAWx8HK2-iJZ4lI,2754
|
|
100
100
|
reflex/components/core/client_side_routing.py,sha256=CgW29H4Kiy5V4AKdJlFT9gSWaFUfki3f3Prf9twbbqA,1881
|
|
101
|
-
reflex/components/core/client_side_routing.pyi,sha256=
|
|
102
|
-
reflex/components/core/clipboard.py,sha256=
|
|
103
|
-
reflex/components/core/clipboard.pyi,sha256=
|
|
101
|
+
reflex/components/core/client_side_routing.pyi,sha256=0qoYfV-PoTYD8B3YlpG3i5zWmoE9Q1b9NB5_oL4DhYk,4378
|
|
102
|
+
reflex/components/core/clipboard.py,sha256=nSYYkMOmoIT0v7XAA_reKdZ4_oH-QRUaz1OBZR8XdyM,3363
|
|
103
|
+
reflex/components/core/clipboard.pyi,sha256=AQULxtihMLRaJHIZKm6SW_QlA37bPlcJaxVe8bAPlKs,3158
|
|
104
104
|
reflex/components/core/colors.py,sha256=-hzVGLEq3TiqroqzMi_YzGBCPXMvkNsen3pS_NzIQNk,590
|
|
105
|
-
reflex/components/core/cond.py,sha256
|
|
106
|
-
reflex/components/core/debounce.py,sha256=
|
|
107
|
-
reflex/components/core/debounce.pyi,sha256=
|
|
108
|
-
reflex/components/core/foreach.py,sha256=
|
|
105
|
+
reflex/components/core/cond.py,sha256=-Hr_hvriA8-EjrQyQH1phO62eEpk-6SvFNIYpIoSU7M,5705
|
|
106
|
+
reflex/components/core/debounce.py,sha256=0Bzszlfr-bmfFlXeqCJ-E1MQA178xf-LnAIgTix8zh8,4955
|
|
107
|
+
reflex/components/core/debounce.pyi,sha256=STjN6sW_5xr8TUnsFgWSVIvtkhRx5hhp_E9FXoNubws,3004
|
|
108
|
+
reflex/components/core/foreach.py,sha256=Uc0UZ6dOzh4Ghe2li6_nnvCYnSDQDSN7lh91xVj_m08,6075
|
|
109
109
|
reflex/components/core/html.py,sha256=RnFLDLSNqNz3ypSEH5CRV3YcjGzuZ33ok2qSYd9LzQQ,1299
|
|
110
|
-
reflex/components/core/html.pyi,sha256=
|
|
111
|
-
reflex/components/core/match.py,sha256=
|
|
110
|
+
reflex/components/core/html.pyi,sha256=VeR7eo0wk3OufuLw1DABWQkHqPZ7x9Rp7LSPf_1W6-s,8872
|
|
111
|
+
reflex/components/core/match.py,sha256=qCLSQ70Pcsv3pSAEYfHAjahDazSGDSIBQ2CwkBshKrg,8909
|
|
112
112
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
113
113
|
reflex/components/core/sticky.py,sha256=2B3TxrwG2Rtp_lv1VkMOIF2bqSiT7qYGbqbiZiMKxKY,3856
|
|
114
|
-
reflex/components/core/sticky.pyi,sha256=
|
|
115
|
-
reflex/components/core/upload.py,sha256=
|
|
116
|
-
reflex/components/core/upload.pyi,sha256=
|
|
114
|
+
reflex/components/core/sticky.pyi,sha256=kC2WokNamJUU3LKeMZNZsptBJ4ZOj_V-WAfw09EvBpo,32340
|
|
115
|
+
reflex/components/core/upload.py,sha256=19-TkAHwQpkqOv_Pr5bdBQZfVgwBUisr9SUhenyfbfE,11796
|
|
116
|
+
reflex/components/core/upload.pyi,sha256=dmdkAnaYH6SftvycGLLnfhmyMNx8loO5NjR-SpWmIss,14974
|
|
117
117
|
reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf_2N_EjCAHwdc,30
|
|
118
118
|
reflex/components/datadisplay/__init__.py,sha256=L8pWWKNHWdUD2fbZRoEKjd_8c_hpDdGYO463hwkoIi4,438
|
|
119
119
|
reflex/components/datadisplay/__init__.pyi,sha256=rYMwO_X4NvUex6IL2MMTnhdFRp8Lz5zweMwXaW_l7nc,588
|
|
120
120
|
reflex/components/datadisplay/code.py,sha256=5tO--QgPJj3-hBNjQ3SGNgLYpjBwTwtOUnWM5oLU4Kg,14674
|
|
121
|
-
reflex/components/datadisplay/code.pyi,sha256=
|
|
122
|
-
reflex/components/datadisplay/dataeditor.py,sha256=
|
|
123
|
-
reflex/components/datadisplay/dataeditor.pyi,sha256=
|
|
121
|
+
reflex/components/datadisplay/code.pyi,sha256=w7AQbsIHc06dyeLvYEmbQStEupjmmFmVwxFNmMWUEGw,41229
|
|
122
|
+
reflex/components/datadisplay/dataeditor.py,sha256=X5TnjOR1dzSVs7QgTX64FAsBndBMr9fm7LvTLff6vOE,13552
|
|
123
|
+
reflex/components/datadisplay/dataeditor.pyi,sha256=l386NwnYIPKqYmnpkPg9pOJl_SadPVDCTDmpwr6Vhiw,12133
|
|
124
124
|
reflex/components/datadisplay/logo.py,sha256=5YeXXIg19jJdY-KMP1_WJNmrh0oVSy4axy8Pbp275es,1981
|
|
125
125
|
reflex/components/datadisplay/shiki_code_block.py,sha256=H1sJ26aqUSO6_RQRo5DeFPGCSaKdN0dgpCFowy3bcUY,23740
|
|
126
|
-
reflex/components/datadisplay/shiki_code_block.pyi,sha256=
|
|
126
|
+
reflex/components/datadisplay/shiki_code_block.pyi,sha256=c0QyknA7l9O_U2NLsuI7YeWtL3UZ4PkFxdxev41kKuo,56654
|
|
127
127
|
reflex/components/el/__init__.py,sha256=nfIjf_cyieEmxptKjA6wRjoongswXv4X3n6vDmsdarI,416
|
|
128
128
|
reflex/components/el/__init__.pyi,sha256=cnMxw2_gNMZoDCEuglf04M-jRjupFzTnoKf0s7szIqU,10898
|
|
129
129
|
reflex/components/el/element.py,sha256=CFUa_6Dz4WsIdP11MzqlW9GBDhJcSU6lJSmWA9zap0c,501
|
|
130
|
-
reflex/components/el/element.pyi,sha256=
|
|
130
|
+
reflex/components/el/element.pyi,sha256=rl7wUgdZxFDPTlzgjyOnahpmn1J6npsF3ML2cYx5xDY,2296
|
|
131
131
|
reflex/components/el/constants/__init__.py,sha256=9h2hdnOSltQLDEM6w1nGmv1B8Bf0tMquTCi5RhvBT6c,113
|
|
132
132
|
reflex/components/el/constants/html.py,sha256=hIebFwWritMmd3VCMYBNg0k_2UM1QDIhT_Q-EQsCWEA,7175
|
|
133
133
|
reflex/components/el/constants/react.py,sha256=f1-Vo8iWn2jSrR7vy-UwGbGRvw88UUZnbb3Rb56MSS4,15554
|
|
@@ -135,208 +135,208 @@ reflex/components/el/constants/reflex.py,sha256=7ChVeOvzjovZLHa-4vjWEGDqHsefV3tN
|
|
|
135
135
|
reflex/components/el/elements/__init__.py,sha256=Ocexkpl7YRpdpL6YPsG_QgxYWO0dx1g0bFVfe3wEpFI,2748
|
|
136
136
|
reflex/components/el/elements/__init__.pyi,sha256=uuwnUtPo4hPTByt8qzbdZT-_cOSPiTTaw5BXN2H2kpM,11129
|
|
137
137
|
reflex/components/el/elements/base.py,sha256=4jnwyCQUHvWcIfwiIWVCiIC_jbwZlkAiOgx73t7tdw8,3075
|
|
138
|
-
reflex/components/el/elements/base.pyi,sha256=
|
|
139
|
-
reflex/components/el/elements/forms.py,sha256=
|
|
140
|
-
reflex/components/el/elements/forms.pyi,sha256=
|
|
138
|
+
reflex/components/el/elements/base.pyi,sha256=0Wr3KTkzyDdael7vAKdgoAQ3gE1uOPurTDZZdFN-dPU,10002
|
|
139
|
+
reflex/components/el/elements/forms.py,sha256=aOg3rx4607hQMsr5G8w-3LhhKjvw7t6PsWqEPKWhLKQ,21482
|
|
140
|
+
reflex/components/el/elements/forms.pyi,sha256=pRjKMHAjuLbW_2bMA1mMpE_j3HBwTXIyafAsBejeQ1I,167140
|
|
141
141
|
reflex/components/el/elements/inline.py,sha256=GxOYtkNm1OfdMeqNvrFY_AUm-SVdc4Zg4JdSf3V3S6g,4064
|
|
142
|
-
reflex/components/el/elements/inline.pyi,sha256=
|
|
142
|
+
reflex/components/el/elements/inline.pyi,sha256=aUTRNWcNne9bXspxSzn8WIEV2vPMXIsb6VvFbV4eDcc,229960
|
|
143
143
|
reflex/components/el/elements/media.py,sha256=n84bNz3KO4TkaCi7eFierpVkcDEB9uYTk5oBKl-s1GI,13064
|
|
144
|
-
reflex/components/el/elements/media.pyi,sha256=
|
|
144
|
+
reflex/components/el/elements/media.pyi,sha256=8d7vuTjV6abJR0RcKB8cyxPfjeRhSHm_0gxFj82eV7o,220566
|
|
145
145
|
reflex/components/el/elements/metadata.py,sha256=uc1qV25pD1J3ODeewBOEYqwQHMvsjRGUqdPX-YG__fg,2288
|
|
146
|
-
reflex/components/el/elements/metadata.pyi,sha256=
|
|
146
|
+
reflex/components/el/elements/metadata.pyi,sha256=88WJvfWen05o8yOW_CwSnwV5byJLZaYSN4d3ft9VzrM,39185
|
|
147
147
|
reflex/components/el/elements/other.py,sha256=WON35QviPNYsBeLQTNbeN7a6m6ixLYIVa4WsDzo9YBY,1378
|
|
148
|
-
reflex/components/el/elements/other.pyi,sha256=
|
|
148
|
+
reflex/components/el/elements/other.pyi,sha256=qSyG0EWZixdEBPzxKywg-wZwJnoxxib-zQYGBB_u8Ms,57710
|
|
149
149
|
reflex/components/el/elements/scripts.py,sha256=7YmYlRSWH_dkBhev4ePUDEDqvQWMPWOWmELXKsJxTkk,1223
|
|
150
|
-
reflex/components/el/elements/scripts.pyi,sha256=
|
|
150
|
+
reflex/components/el/elements/scripts.pyi,sha256=uAN_oVv2J2UF-yJR8_hPdpmzYXUw4QoPeAuV66FItSc,26586
|
|
151
151
|
reflex/components/el/elements/sectioning.py,sha256=wVkR35dt4DMHKcJN5f0aglH16xSZzO9-Weesv6bQ_CM,1516
|
|
152
|
-
reflex/components/el/elements/sectioning.pyi,sha256=
|
|
152
|
+
reflex/components/el/elements/sectioning.pyi,sha256=pbEg2mPJq_M1IWE1ZvEoHiUoogw69QxuIvCMG-y7TK4,122155
|
|
153
153
|
reflex/components/el/elements/tables.py,sha256=Rt-C07s39TQm_dHSMaly2J7yD0OZhx9q6G2k5k2IkMo,2176
|
|
154
|
-
reflex/components/el/elements/tables.pyi,sha256=
|
|
154
|
+
reflex/components/el/elements/tables.pyi,sha256=IrjMzalxGc7uq_TqtLH1-l5dW88uPPUibp8lIIxRBtw,83356
|
|
155
155
|
reflex/components/el/elements/typography.py,sha256=WJZ-FFeHG22loZKGR3MH4YrkqjyzX4Mzw6kZEBOJfq4,2384
|
|
156
|
-
reflex/components/el/elements/typography.pyi,sha256=
|
|
156
|
+
reflex/components/el/elements/typography.pyi,sha256=HF1J2qV_ly5qpWDumSRySXEXhG03z5ohepmf209hWME,123315
|
|
157
157
|
reflex/components/gridjs/__init__.py,sha256=xJwDm1AZ70L5-t9LLqZwGUtDpijbf1KuMYDT-j8g3pM,88
|
|
158
|
-
reflex/components/gridjs/datatable.py,sha256=
|
|
159
|
-
reflex/components/gridjs/datatable.pyi,sha256=
|
|
158
|
+
reflex/components/gridjs/datatable.py,sha256=ZmpvWnR4PSAF62V0qUPVZyheHl_wPEkUaZRIB0Vuv4c,4220
|
|
159
|
+
reflex/components/gridjs/datatable.pyi,sha256=NsR0q3S3U8648RperLCouzKS3MuFySh9mjJ1K8BajRU,5039
|
|
160
160
|
reflex/components/lucide/__init__.py,sha256=EggTK2MuQKQeOBLKW-mF0VaDK9zdWBImu1HO2dvHZbE,73
|
|
161
161
|
reflex/components/lucide/icon.py,sha256=woEJHHWSSCulCHjH4pQ9kSNEXM9lzy6aqtSu7gpr9UQ,33686
|
|
162
|
-
reflex/components/lucide/icon.pyi,sha256=
|
|
162
|
+
reflex/components/lucide/icon.pyi,sha256=vtL48RmpYPfO6PplJ0AWNAi8yCN0C4u2E6nQzKYVYto,36261
|
|
163
163
|
reflex/components/markdown/__init__.py,sha256=Dfl1At5uYoY7H4ufZU_RY2KOGQDLtj75dsZ2BTqqAns,87
|
|
164
|
-
reflex/components/markdown/markdown.py,sha256=
|
|
165
|
-
reflex/components/markdown/markdown.pyi,sha256=
|
|
164
|
+
reflex/components/markdown/markdown.py,sha256=QW_z5dvaCyVsR-u8EdneywcbE1qp1Wxf0_MN1D2GMns,16173
|
|
165
|
+
reflex/components/markdown/markdown.pyi,sha256=8gLEREcbK0IW_L5tXQ_VVd7c2AFGGHvFh6EyvXHsS5o,4250
|
|
166
166
|
reflex/components/moment/__init__.py,sha256=jGnZgRBivYJQPIcFgtLaXFteCeIG3gGH5ACXkjEgmsI,92
|
|
167
167
|
reflex/components/moment/moment.py,sha256=NO2ZLmZzbnmln2e9D_5VCEz0-btq6ONvBdbKky0SFJw,4067
|
|
168
|
-
reflex/components/moment/moment.pyi,sha256=
|
|
168
|
+
reflex/components/moment/moment.pyi,sha256=g08VkkbZZzEHTfEd7aq5hN3POPKLpRIF3goXtIOQUNc,5941
|
|
169
169
|
reflex/components/next/__init__.py,sha256=jqYJK6QOAUS2PHpFy8xI6qDGn9h1aT0inNWYX_rZFM8,239
|
|
170
170
|
reflex/components/next/base.py,sha256=uo5Xehc_9U3JkVdH4b_fRYFjLYkFKcfFlmX_rtQbwxk,190
|
|
171
|
-
reflex/components/next/base.pyi,sha256=
|
|
171
|
+
reflex/components/next/base.pyi,sha256=RvVp3LnPakRU9VvxDGiUsNUrcZeeczvsckHRikmQfvM,2316
|
|
172
172
|
reflex/components/next/image.py,sha256=gtshID-ZvhRW4es46rq8S1wblHSmL_h0hiwWJHYG-Zg,3938
|
|
173
|
-
reflex/components/next/image.pyi,sha256=
|
|
173
|
+
reflex/components/next/image.pyi,sha256=xRmCpywQvDiW71HgJOWaNtrBLuX-rSprMct6-qDgg-g,4514
|
|
174
174
|
reflex/components/next/link.py,sha256=YYhkgkHGqvyf5JGv-ujatzp_nOqEUAxWY9FIWk7r39A,504
|
|
175
|
-
reflex/components/next/link.pyi,sha256=
|
|
175
|
+
reflex/components/next/link.pyi,sha256=L9UAuEqnl3z0a3ff5e3eCeeAW5iYZ1wI5Pc7sIZFOaQ,2498
|
|
176
176
|
reflex/components/next/video.py,sha256=GNCIPnT4pPPVp5W5P9CezVPksxCFO-YSlb2TJSJ1sG4,703
|
|
177
|
-
reflex/components/next/video.pyi,sha256=
|
|
177
|
+
reflex/components/next/video.pyi,sha256=L-r30YaO-gPgvHlWx7vrfr9uVxSJ-0S6WXDxr9eY2kw,2445
|
|
178
178
|
reflex/components/plotly/__init__.py,sha256=6B_woBJhkrVA9O_AbOTbsA_SxWsqjicYHmLA9FLjGfU,650
|
|
179
|
-
reflex/components/plotly/plotly.py,sha256=
|
|
180
|
-
reflex/components/plotly/plotly.pyi,sha256=
|
|
179
|
+
reflex/components/plotly/plotly.py,sha256=MERWt-B7P2XKO6CcTwLLfSu1zO_GRLMWoaUNWtJzJNE,14847
|
|
180
|
+
reflex/components/plotly/plotly.pyi,sha256=dIErD7ooKgxAPvTYr_M0mdGOH-IiGDPXpXGRFBilR-E,47009
|
|
181
181
|
reflex/components/radix/__init__.py,sha256=fRsLvIO3MrTtPOXtmnxYDB9phvzlcbyB_utgpafYMho,474
|
|
182
182
|
reflex/components/radix/__init__.pyi,sha256=YpWw_k35yv_Yq_0RZNCb52fJZ3dANWAnQllhVoVCWEE,3988
|
|
183
183
|
reflex/components/radix/primitives/__init__.py,sha256=R2sdZJqQCYaLScGkXnXDKAjVgV5MidceemooEUtvBt4,443
|
|
184
184
|
reflex/components/radix/primitives/__init__.pyi,sha256=C3ryDDEVq8kZp2PBm-_onHKXumFnKD__B2puDbO4WjE,401
|
|
185
|
-
reflex/components/radix/primitives/accordion.py,sha256=
|
|
186
|
-
reflex/components/radix/primitives/accordion.pyi,sha256=
|
|
185
|
+
reflex/components/radix/primitives/accordion.py,sha256=cWsaKXu7U54kTJPYZYOZxN7zqAnKHSFy8TwapWA6jhc,16110
|
|
186
|
+
reflex/components/radix/primitives/accordion.pyi,sha256=RBxDpoL9MlFCUVvM98S20lZVhapF129RFEIq6_xSG30,27576
|
|
187
187
|
reflex/components/radix/primitives/base.py,sha256=XZn2xmwr-Raex5GZ4bADYHs82THHswXLMNdlPvRUyp4,879
|
|
188
|
-
reflex/components/radix/primitives/base.pyi,sha256=
|
|
189
|
-
reflex/components/radix/primitives/drawer.py,sha256=
|
|
190
|
-
reflex/components/radix/primitives/drawer.pyi,sha256=
|
|
188
|
+
reflex/components/radix/primitives/base.pyi,sha256=r5FXMBbL-2OtDX6o8Jc42x6FDTIixAwN8p96J7wr7yA,4499
|
|
189
|
+
reflex/components/radix/primitives/drawer.py,sha256=Q7zXxSOEj-JCFhBjNKCU7jxH6UChLBunaDmlE9Ak3Go,9256
|
|
190
|
+
reflex/components/radix/primitives/drawer.pyi,sha256=_nTQ0cBZFepIlP5C3PjsrJDzzk6zPV96Fmnx8KrxY3c,28993
|
|
191
191
|
reflex/components/radix/primitives/form.py,sha256=f3JcPxihrYM8-Xit2vR6RfJFlK6NqPGal2WFF0C3SiU,4832
|
|
192
|
-
reflex/components/radix/primitives/form.pyi,sha256=
|
|
192
|
+
reflex/components/radix/primitives/form.pyi,sha256=5XU05lGu7fVMr1IKJp2YV5P3gWl4CnoMaGO4kmyFUNA,46444
|
|
193
193
|
reflex/components/radix/primitives/progress.py,sha256=Z_yqP2ZoQz6OOsyuxLsMmmhPv1VDLZakUDagrMVN5JE,3989
|
|
194
|
-
reflex/components/radix/primitives/progress.pyi,sha256=
|
|
195
|
-
reflex/components/radix/primitives/slider.py,sha256=
|
|
196
|
-
reflex/components/radix/primitives/slider.pyi,sha256=
|
|
194
|
+
reflex/components/radix/primitives/progress.pyi,sha256=wI_Kh9aVOS10OuT4msUn4qPpl4hrxJC8wMy7eimWfes,16111
|
|
195
|
+
reflex/components/radix/primitives/slider.py,sha256=460UNgWFFWKSywCpgILVBP8ODROzfUKF9g3jwQz2Q3g,5031
|
|
196
|
+
reflex/components/radix/primitives/slider.pyi,sha256=v-uSIHbts7VnEQ6EG6PGIE3p6K3lucI9-YSSrhtmDLA,12118
|
|
197
197
|
reflex/components/radix/themes/__init__.py,sha256=3ASzR_OrjkLXZ6CksGKIQPOcyYZ984NzXrn2UCIdxUc,492
|
|
198
198
|
reflex/components/radix/themes/__init__.pyi,sha256=RVeS7TipR51MgmsWJStZwh4QxKBtOMtCguBtVbUJqX8,476
|
|
199
199
|
reflex/components/radix/themes/base.py,sha256=lwphGEjWXk1Srk1pCJBEV-7anN4vMnWIAIzLgmbxSxU,8690
|
|
200
|
-
reflex/components/radix/themes/base.pyi,sha256=
|
|
200
|
+
reflex/components/radix/themes/base.pyi,sha256=eztGbh4Hs6hVk_Nuri9vstbGBOQwgbYW28OMcei4wM0,24006
|
|
201
201
|
reflex/components/radix/themes/color_mode.py,sha256=ffuaHYR4hSxVP17dXbJD5TSwZyoQm6HDIidCFR8gEPU,6491
|
|
202
|
-
reflex/components/radix/themes/color_mode.pyi,sha256=
|
|
202
|
+
reflex/components/radix/themes/color_mode.pyi,sha256=fie7i512tUYkW0rHWMuFxpQ3t0FFaqwNupYJ9Ctzq-E,20741
|
|
203
203
|
reflex/components/radix/themes/components/__init__.py,sha256=fzc5ghmmbIQ8yaxKQQY83TINb6k2uVPX-wddyTDlQx8,423
|
|
204
204
|
reflex/components/radix/themes/components/__init__.pyi,sha256=-yTF7ROfG_qxrRL-lmCIidPJtFY5StumKB7VfWsDqSw,1946
|
|
205
205
|
reflex/components/radix/themes/components/alert_dialog.py,sha256=UDSU4eHsJ-O40Zc1myVnZn3KkJmL1ByOeyu71h6M7PA,3271
|
|
206
|
-
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=
|
|
206
|
+
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=ThpoRo2ZlPiYfmM5CwKLl03bVBrHwYkDQN1MAHCdLgs,21356
|
|
207
207
|
reflex/components/radix/themes/components/aspect_ratio.py,sha256=cg3vLjPHlY8rjcUjpIeuEUUw7_Q-iMPmA1ZY3kiN-bM,374
|
|
208
|
-
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=
|
|
208
|
+
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=WzsPd0bF2dgXPRf2n_dn4IalMBmPRmde1ZhfI7tL-xg,2650
|
|
209
209
|
reflex/components/radix/themes/components/avatar.py,sha256=MGaTj0AlIlE6L-waXnedRxgUc-aR_xopnjVvPKMp7nY,1047
|
|
210
|
-
reflex/components/radix/themes/components/avatar.pyi,sha256=
|
|
210
|
+
reflex/components/radix/themes/components/avatar.pyi,sha256=D-_D_kdR8IGTrU3vd-5x1l7RaWOqXEsnBTt5_xdJRLQ,5061
|
|
211
211
|
reflex/components/radix/themes/components/badge.py,sha256=A5wcKVi7hcjBGhzqNmOngAbIu5ZB1esYGtgnaszN1eg,905
|
|
212
|
-
reflex/components/radix/themes/components/badge.pyi,sha256=
|
|
212
|
+
reflex/components/radix/themes/components/badge.pyi,sha256=8FELeto5wCKe9vQxmv2VxEI92fDxuzIv-vN57nVlnBc,11039
|
|
213
213
|
reflex/components/radix/themes/components/button.py,sha256=6bYyYTbewA-fxooZCsLw3Hz_8qfHxAZh5V_4GOSsYlc,1226
|
|
214
|
-
reflex/components/radix/themes/components/button.pyi,sha256=
|
|
214
|
+
reflex/components/radix/themes/components/button.pyi,sha256=0x3kvPS7_5NkZYarQpTrcvCWb9RvBPVP1uDkJEubRsE,13105
|
|
215
215
|
reflex/components/radix/themes/components/callout.py,sha256=rNqliO7Q052QwMEYQMbWqLZLoFX5cSIZkQZ78TBcavU,2465
|
|
216
|
-
reflex/components/radix/themes/components/callout.pyi,sha256=
|
|
216
|
+
reflex/components/radix/themes/components/callout.pyi,sha256=yDswtgssWC2jUy0jt84Wp5-gk9UvO4BtVOvr5ZJaKR8,48579
|
|
217
217
|
reflex/components/radix/themes/components/card.py,sha256=56EoJDKKrpU_Hawc4RW_ayRUVohebFJojnUa4FihrRY,746
|
|
218
|
-
reflex/components/radix/themes/components/card.pyi,sha256=
|
|
218
|
+
reflex/components/radix/themes/components/card.pyi,sha256=BZRmfyOBbNMSYdm5AyW_TVkjcwkMFhS2pB4fohmTIjE,9516
|
|
219
219
|
reflex/components/radix/themes/components/checkbox.py,sha256=eDL_D-oU3HloHPA10lEdSGPZrhnSVFcMIAnyoof22k0,4341
|
|
220
|
-
reflex/components/radix/themes/components/checkbox.pyi,sha256=
|
|
220
|
+
reflex/components/radix/themes/components/checkbox.pyi,sha256=qpdqqNYhOBAxOvoD_P6PXwI2i1iETFMXu1Xy2PGJlXg,15756
|
|
221
221
|
reflex/components/radix/themes/components/checkbox_cards.py,sha256=M19lcBNwxS8pg_WQ5wquR11dkzaZvvLg_LCP_JJeMNY,1381
|
|
222
|
-
reflex/components/radix/themes/components/checkbox_cards.pyi,sha256=
|
|
223
|
-
reflex/components/radix/themes/components/checkbox_group.py,sha256
|
|
224
|
-
reflex/components/radix/themes/components/checkbox_group.pyi,sha256=
|
|
222
|
+
reflex/components/radix/themes/components/checkbox_cards.pyi,sha256=b5tASch9ReGP8aSC_ax09adX0kPVyOlhgOqMmLGJH_s,7566
|
|
223
|
+
reflex/components/radix/themes/components/checkbox_group.py,sha256=vi6DBFHDqgDWjVRLh2ZqebASsEhnVfP4wn9Pat2N0R8,1566
|
|
224
|
+
reflex/components/radix/themes/components/checkbox_group.pyi,sha256=0-EUFunVYN2r-YB-l4zoYBylMggPFQ2XPSpyndfypnk,7205
|
|
225
225
|
reflex/components/radix/themes/components/context_menu.py,sha256=aNinmECGug1vv2f4ugTo8UZq7jX7UWcNcBF3mAz185k,12857
|
|
226
|
-
reflex/components/radix/themes/components/context_menu.pyi,sha256=
|
|
226
|
+
reflex/components/radix/themes/components/context_menu.pyi,sha256=cs15tU1wIqo1fZNktTUTFbhlDjAyECLVu-fW_8mah20,46983
|
|
227
227
|
reflex/components/radix/themes/components/data_list.py,sha256=fRrwrYBsUNLeAmch6Y57AS5MDnlKTq4P2J4nsezHq4k,1885
|
|
228
|
-
reflex/components/radix/themes/components/data_list.pyi,sha256=
|
|
228
|
+
reflex/components/radix/themes/components/data_list.pyi,sha256=5uFiz7Mnmq2OuSZCxNOKGGK2vPbrbM8sVWVLKzlkrgA,12086
|
|
229
229
|
reflex/components/radix/themes/components/dialog.py,sha256=djRrVXacMJndS4fkMOKdZL2_fPf1Igo9MzOoFKpbT84,2696
|
|
230
|
-
reflex/components/radix/themes/components/dialog.pyi,sha256=
|
|
230
|
+
reflex/components/radix/themes/components/dialog.pyi,sha256=2GY8MF2Q18ONiUDIJ561zTjbGZ-0k5SLzbLlXSPex9s,22063
|
|
231
231
|
reflex/components/radix/themes/components/dropdown_menu.py,sha256=QrDvo-HfQNCS5JLHgozJQxmCloal7Q7OnedMgO-A-Ig,10293
|
|
232
|
-
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=
|
|
232
|
+
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=xhvg80BKyKEx-eRjiOd1RJglUDwvq8ahl5g3BoyphCM,28108
|
|
233
233
|
reflex/components/radix/themes/components/hover_card.py,sha256=TTasAH6aTkvZhQDxajSTADnqPm8Ep7j_WZqeiLDS9w8,3211
|
|
234
|
-
reflex/components/radix/themes/components/hover_card.pyi,sha256=
|
|
234
|
+
reflex/components/radix/themes/components/hover_card.pyi,sha256=8FAZ9xgajDEut3aTc1OLjUzZczemnyshp2CNw2nw4PM,18415
|
|
235
235
|
reflex/components/radix/themes/components/icon_button.py,sha256=_4cj_NIqtIIzEOdv8QbrHaSEjEQW6ThwHX0lpuHe40k,3007
|
|
236
|
-
reflex/components/radix/themes/components/icon_button.pyi,sha256=
|
|
236
|
+
reflex/components/radix/themes/components/icon_button.pyi,sha256=dpRZTVKvgXbg7sCQyg2ebmNIK3DA3n24cPuJ4EM6Wls,13183
|
|
237
237
|
reflex/components/radix/themes/components/inset.py,sha256=Pdj3dF1hW0RiZ_qEohXfJFa_ebbRKl7UaAqd05wUUpg,1155
|
|
238
|
-
reflex/components/radix/themes/components/inset.pyi,sha256=
|
|
238
|
+
reflex/components/radix/themes/components/inset.pyi,sha256=Kl920CE7C1mgo4L54mJ6ug0oMRFg2Tni24lIvhmYSLQ,10888
|
|
239
239
|
reflex/components/radix/themes/components/popover.py,sha256=c9dTcRjwkfVYxMrGCGSOqzZK-Bv8sMc-dR_ImGM_nng,4020
|
|
240
|
-
reflex/components/radix/themes/components/popover.pyi,sha256=
|
|
240
|
+
reflex/components/radix/themes/components/popover.pyi,sha256=uyFt5VCFoIZ4BwZ0pCnpw7KiPYoobXPm7WfNXU76ACc,17918
|
|
241
241
|
reflex/components/radix/themes/components/progress.py,sha256=OTqA0GEZY7OtvIqSc8LdHITtISLPRkXgoeWll6zVyd4,2375
|
|
242
|
-
reflex/components/radix/themes/components/progress.pyi,sha256=
|
|
242
|
+
reflex/components/radix/themes/components/progress.pyi,sha256=iR3D_RkdMI0ZZO_VRIwfOVtVx54s6rZ0tRAwMI4My-o,5173
|
|
243
243
|
reflex/components/radix/themes/components/radio.py,sha256=mcX2l2TbhXxqRPVlPnxPgpNmY_VWHqXQEs1frCdHeeU,837
|
|
244
|
-
reflex/components/radix/themes/components/radio.pyi,sha256=
|
|
244
|
+
reflex/components/radix/themes/components/radio.pyi,sha256=QVVeb6BuJiWZNSH6UiFTZbgnSPtT7CfF008I05st7GU,4440
|
|
245
245
|
reflex/components/radix/themes/components/radio_cards.py,sha256=RmXFyxnBTAJ3zQAxbIJBpqKZjSKVzVRSX5kqqQPLWaQ,3052
|
|
246
|
-
reflex/components/radix/themes/components/radio_cards.pyi,sha256=
|
|
247
|
-
reflex/components/radix/themes/components/radio_group.py,sha256=
|
|
248
|
-
reflex/components/radix/themes/components/radio_group.pyi,sha256=
|
|
246
|
+
reflex/components/radix/themes/components/radio_cards.pyi,sha256=3eXjIA_Ur4Y1LY8l0e5BTBaEJfQiMo322STAkY-7KEk,9721
|
|
247
|
+
reflex/components/radix/themes/components/radio_group.py,sha256=nqvulrJBsqx0IA2Ux-SFVnBbwTSen-GEpnxLtkQFJwQ,6879
|
|
248
|
+
reflex/components/radix/themes/components/radio_group.pyi,sha256=vv-PMNR0LvRKdzjk6mvlBrpyCyu3TDxOI2XIt7JyhnQ,18099
|
|
249
249
|
reflex/components/radix/themes/components/scroll_area.py,sha256=EfKfx6KCKG--mznWAJ_2SMCer8uFLQWZa5JndKD92e8,917
|
|
250
|
-
reflex/components/radix/themes/components/scroll_area.pyi,sha256=
|
|
251
|
-
reflex/components/radix/themes/components/segmented_control.py,sha256=
|
|
252
|
-
reflex/components/radix/themes/components/segmented_control.pyi,sha256=
|
|
253
|
-
reflex/components/radix/themes/components/select.py,sha256=
|
|
254
|
-
reflex/components/radix/themes/components/select.pyi,sha256=
|
|
250
|
+
reflex/components/radix/themes/components/scroll_area.pyi,sha256=o4xIvb1C2EQaaYOMjfyeLiQEK65cDBgmbd0jXjzaDO4,3332
|
|
251
|
+
reflex/components/radix/themes/components/segmented_control.py,sha256=5wlFUu4X74fh2XVCZ_iaatl5A5eWQHTF-tftN02Cmws,2244
|
|
252
|
+
reflex/components/radix/themes/components/segmented_control.pyi,sha256=_G3tH4yRkerRHV-S23N_EeiSnYC-vg45jFUgpbZZkOI,7685
|
|
253
|
+
reflex/components/radix/themes/components/select.py,sha256=jR88Ff5hy2cuWKFDVmbXB4HqiYmBh8mopzW_UqUHw38,8038
|
|
254
|
+
reflex/components/radix/themes/components/select.pyi,sha256=8I6Ury2tKwTKDl8T1d58umX-EN1m8iYdaNxfNWMbiSM,33912
|
|
255
255
|
reflex/components/radix/themes/components/separator.py,sha256=JqdQAEuPol1mwYKmMuUAFEpWldqeu4UC2LzXkDNNxko,957
|
|
256
|
-
reflex/components/radix/themes/components/separator.pyi,sha256=
|
|
256
|
+
reflex/components/radix/themes/components/separator.pyi,sha256=jiJCXvYaW17fUnaL8Bd74JSLuKjiLxxMkrTt-ksew6k,4776
|
|
257
257
|
reflex/components/radix/themes/components/skeleton.py,sha256=v_nFTShDBLJHeN_y4leMv7KWDPFZrYDbRFrJwNItJrw,890
|
|
258
|
-
reflex/components/radix/themes/components/skeleton.pyi,sha256=
|
|
259
|
-
reflex/components/radix/themes/components/slider.py,sha256=
|
|
260
|
-
reflex/components/radix/themes/components/slider.pyi,sha256=
|
|
258
|
+
reflex/components/radix/themes/components/skeleton.pyi,sha256=NYwNwehpJtP6GkZRcgtjriIhnNhSarFQz5SCRLT51lw,3714
|
|
259
|
+
reflex/components/radix/themes/components/slider.py,sha256=TCqFgkHovz2K2my5H6zxlhHd6JqbZnV9cBQWbmzMsCc,3412
|
|
260
|
+
reflex/components/radix/themes/components/slider.pyi,sha256=qHIo7XCMlwXPneZvqNH_FnRA4wWoiEQtZKYgi2i0Y6Q,6638
|
|
261
261
|
reflex/components/radix/themes/components/spinner.py,sha256=8kO7e4EEGaXm-J4YFkLPUuph3QLY82memrQQFrvUPyk,493
|
|
262
|
-
reflex/components/radix/themes/components/spinner.pyi,sha256=
|
|
262
|
+
reflex/components/radix/themes/components/spinner.pyi,sha256=9Qinpl0RYcrhvl41ySW8hAmX4LNlKVWFJA6Bgr_9d5E,2953
|
|
263
263
|
reflex/components/radix/themes/components/switch.py,sha256=cfj9xvbYRdmMwF6HqXxCK7YrlVg0rLhGVies119EJsc,1767
|
|
264
|
-
reflex/components/radix/themes/components/switch.pyi,sha256=
|
|
264
|
+
reflex/components/radix/themes/components/switch.pyi,sha256=7qG8OQ4toYXCx1TNJP_mPBogiwhRFTeq7UXf2xIfviI,5719
|
|
265
265
|
reflex/components/radix/themes/components/table.py,sha256=rmBtJxDrqGlcop5JTgHNHoBd1vXHQSaJyESDIBsVS4Y,3822
|
|
266
|
-
reflex/components/radix/themes/components/table.pyi,sha256=
|
|
266
|
+
reflex/components/radix/themes/components/table.pyi,sha256=SNsWPNjzkgCXQk2Rv8AsZKjISgYi5wJqk6LuLdNkI4s,69129
|
|
267
267
|
reflex/components/radix/themes/components/tabs.py,sha256=9aSLPZe7zQDIxMIowqUN0pkKL-mznsOATZzCHZsQ0eE,4635
|
|
268
|
-
reflex/components/radix/themes/components/tabs.pyi,sha256=
|
|
268
|
+
reflex/components/radix/themes/components/tabs.pyi,sha256=VVBUlkyvbrcxe0iVojRiWLKfJ-5X4ks6kSOCmndQ9sM,15154
|
|
269
269
|
reflex/components/radix/themes/components/text_area.py,sha256=5jVvuH4wduAPFd6c2Th08AFolTE_QIgVmExSy5ttrTI,3423
|
|
270
|
-
reflex/components/radix/themes/components/text_area.pyi,sha256=
|
|
270
|
+
reflex/components/radix/themes/components/text_area.pyi,sha256=OkR_ZpDIhifEiliOS5RyO9_PKGk8bTFAkSvsEyyOTQ0,14210
|
|
271
271
|
reflex/components/radix/themes/components/text_field.py,sha256=RCMNIjDviZK3oSXaK_vJGebYV1h_njM3JObXW6Ghmiw,4168
|
|
272
|
-
reflex/components/radix/themes/components/text_field.pyi,sha256=
|
|
273
|
-
reflex/components/radix/themes/components/tooltip.py,sha256=
|
|
274
|
-
reflex/components/radix/themes/components/tooltip.pyi,sha256=
|
|
272
|
+
reflex/components/radix/themes/components/text_field.pyi,sha256=5mljP9s_ajJ2AV_hp9SPVgdWQV9nlOeqTD-PESSvwl4,33434
|
|
273
|
+
reflex/components/radix/themes/components/tooltip.py,sha256=3WPKrqh8cabXNT52kXPzuW9eryZKDRmR6nVHvPKlaI4,4384
|
|
274
|
+
reflex/components/radix/themes/components/tooltip.pyi,sha256=fyG1N_AfrDZ3TwFYtq0UuPVLetLebCkvkLAABQMnsZI,6593
|
|
275
275
|
reflex/components/radix/themes/layout/__init__.py,sha256=dbRNzJ9pag7luTO3saNvgKzozrGNJ02_Vn9r3SwJHN4,406
|
|
276
276
|
reflex/components/radix/themes/layout/__init__.pyi,sha256=qyTauwdNy4ZxSBDg6K0QXIEiNAsKZ200qyGgWePKyaA,790
|
|
277
277
|
reflex/components/radix/themes/layout/base.py,sha256=Mvyti40XT2kFfrU3FvQIR2GRIYZNyF2qojGe8Tqq-TE,886
|
|
278
|
-
reflex/components/radix/themes/layout/base.pyi,sha256=
|
|
278
|
+
reflex/components/radix/themes/layout/base.pyi,sha256=oHUOucFk5r3FaGas1laC4cC0170SVfnSbQPocb3yKik,7425
|
|
279
279
|
reflex/components/radix/themes/layout/box.py,sha256=7BAGnOYX5HMiftVQmYG5_kWYmy_0rbexLrwREbSbAT4,327
|
|
280
|
-
reflex/components/radix/themes/layout/box.pyi,sha256=
|
|
280
|
+
reflex/components/radix/themes/layout/box.pyi,sha256=SSrCTi5p2-k9rXuijO_hXgzAYQF5evJgEKH6nMC1XFs,8826
|
|
281
281
|
reflex/components/radix/themes/layout/center.py,sha256=iNGsfoVUrVtb-TH3sdOVpxUQHF-2GTVFVCX_KkRuQog,490
|
|
282
|
-
reflex/components/radix/themes/layout/center.pyi,sha256
|
|
282
|
+
reflex/components/radix/themes/layout/center.pyi,sha256=-VVRNpMYW0Bjxhbucje3hgODqyKUSm_AXL7eIGlYA-g,11269
|
|
283
283
|
reflex/components/radix/themes/layout/container.py,sha256=gpWV6uqeXFcfG539YHn3nDm1T7M9_3eYptWCGJAEjEU,1552
|
|
284
|
-
reflex/components/radix/themes/layout/container.pyi,sha256=
|
|
284
|
+
reflex/components/radix/themes/layout/container.pyi,sha256=zRHWPiHJKxvVpX1v7AHq5K8RWBlcAQXzkiUm3ayHI08,7623
|
|
285
285
|
reflex/components/radix/themes/layout/flex.py,sha256=7p98u_YkIeBnbDsm4nFJpJUDJzealTFH9MkxXH4t54Y,1536
|
|
286
|
-
reflex/components/radix/themes/layout/flex.pyi,sha256=
|
|
286
|
+
reflex/components/radix/themes/layout/flex.pyi,sha256=BectTrKgmALeGIbcjrb4SsOYf6UYBxytHHbvZoOHWX8,11436
|
|
287
287
|
reflex/components/radix/themes/layout/grid.py,sha256=qHKR11Y-cT64dhzXoynKJr3Wr-R4hUNXRwPz8CthB2Y,1696
|
|
288
|
-
reflex/components/radix/themes/layout/grid.pyi,sha256=
|
|
289
|
-
reflex/components/radix/themes/layout/list.py,sha256=
|
|
290
|
-
reflex/components/radix/themes/layout/list.pyi,sha256=
|
|
288
|
+
reflex/components/radix/themes/layout/grid.pyi,sha256=DsePqgkvYrEhFSe30_ZVx-cfK92VOESKjUI-mz10opw,12220
|
|
289
|
+
reflex/components/radix/themes/layout/list.py,sha256=VtCRQG1b3s9_cqwenc6rRogZ3YIgou3WmEAE7q9Hfys,5266
|
|
290
|
+
reflex/components/radix/themes/layout/list.pyi,sha256=EXwPf44Cdhb4eaIlX_IjpZ-okliPx1qv4HglyfTS3yc,47273
|
|
291
291
|
reflex/components/radix/themes/layout/section.py,sha256=ZSVYvC4Pq0z3oQMUBdhC4Hn8qZ__N86vifag3ZO99bs,624
|
|
292
|
-
reflex/components/radix/themes/layout/section.pyi,sha256=
|
|
292
|
+
reflex/components/radix/themes/layout/section.pyi,sha256=clSBw-Uqf0e_CQqjeeBjio76Et-E_XMWBSOL5sPhJ-Q,9154
|
|
293
293
|
reflex/components/radix/themes/layout/spacer.py,sha256=tDmJ4f-eH4CtuWiQh-91-8xCmHfTttSwzcJt-SIS_Ww,473
|
|
294
|
-
reflex/components/radix/themes/layout/spacer.pyi,sha256=
|
|
294
|
+
reflex/components/radix/themes/layout/spacer.pyi,sha256=MVr9f7Vm5spv2H3m1ISKeFVoT1NtXy4lKrFKepodQHo,11269
|
|
295
295
|
reflex/components/radix/themes/layout/stack.py,sha256=DZFVCCanV9NOWdkG_pfKrzlUGe7xHS37iUuhRpTn4MM,1537
|
|
296
|
-
reflex/components/radix/themes/layout/stack.pyi,sha256=
|
|
296
|
+
reflex/components/radix/themes/layout/stack.pyi,sha256=6VLjsZ7CKW3uJGD3k3Ct88QzpfZteO0cmZV55TYv4qQ,30526
|
|
297
297
|
reflex/components/radix/themes/typography/__init__.py,sha256=dEopnJWc8cPs1oUBK3wMHQtzQ_QNM9pIblzEWbZZ4G4,422
|
|
298
298
|
reflex/components/radix/themes/typography/__init__.pyi,sha256=cXYgQJIXjO3arJXf0SLjHUqC62lNrRk9Ra68SEwo4QY,433
|
|
299
299
|
reflex/components/radix/themes/typography/base.py,sha256=3eiAZGs_l19E3fE8KpX75llSE2FoeuD3yp84wUnBX0s,409
|
|
300
300
|
reflex/components/radix/themes/typography/blockquote.py,sha256=QhzpjPr53r58lpIsLZyywseXT0OBqpRON651jftm9yk,920
|
|
301
|
-
reflex/components/radix/themes/typography/blockquote.pyi,sha256=
|
|
301
|
+
reflex/components/radix/themes/typography/blockquote.pyi,sha256=31ZRdR8xpyQbtCcVB5NnBlK2qhl3z_Q4xJ4sjAvnbNY,11267
|
|
302
302
|
reflex/components/radix/themes/typography/code.py,sha256=9tatKTGiDNgrIS2uoX6vf0uCLuvRhC_gLmNb225bPNM,1105
|
|
303
|
-
reflex/components/radix/themes/typography/code.pyi,sha256=
|
|
303
|
+
reflex/components/radix/themes/typography/code.pyi,sha256=KTr2zrljN5LSaJuAgL0Rsf9OI6pthWwmYnUiHwCxjoQ,11510
|
|
304
304
|
reflex/components/radix/themes/typography/heading.py,sha256=qWR7bUD24SkoQ5rTLV14jLGYr0gpJk6QVX_HhsKeZZ0,1546
|
|
305
|
-
reflex/components/radix/themes/typography/heading.pyi,sha256=
|
|
305
|
+
reflex/components/radix/themes/typography/heading.pyi,sha256=KCqKWFEuwN0AbtvGdustV_hbo4JZTfr3tEgu7AER5AY,12328
|
|
306
306
|
reflex/components/radix/themes/typography/link.py,sha256=Q6Np8xej_9PIoKcPPRxaiSCitQq62cO_GPujw18U33o,3655
|
|
307
|
-
reflex/components/radix/themes/typography/link.pyi,sha256=
|
|
307
|
+
reflex/components/radix/themes/typography/link.pyi,sha256=TnmxXqd6UfO7z8gu-VdLoCyRGgqeaIzPdndRZz11l60,14286
|
|
308
308
|
reflex/components/radix/themes/typography/text.py,sha256=g2YVFj32lIWYcGswUhAOsWMcoiuPm8kj07B4rqai1rE,2814
|
|
309
|
-
reflex/components/radix/themes/typography/text.pyi,sha256=
|
|
309
|
+
reflex/components/radix/themes/typography/text.pyi,sha256=HrTo4MxFluLZg8dpjS9qlvl8I65uZlLTQuxoOmUHSrs,71855
|
|
310
310
|
reflex/components/react_player/__init__.py,sha256=1OTHeZkuefi-zIVXc_QZMTBg4_RsGrMaJHducUuZQCU,171
|
|
311
311
|
reflex/components/react_player/audio.py,sha256=qw_H2_W0AyMsHehA_Q9jskN4_N5TYgkzeisOxhepkPs,186
|
|
312
|
-
reflex/components/react_player/audio.pyi,sha256=
|
|
312
|
+
reflex/components/react_player/audio.pyi,sha256=Lv4EZt108bffnpIdT8Yt3QXASQWOlS2nZiVDaZYSzWI,5813
|
|
313
313
|
reflex/components/react_player/react_player.py,sha256=hadeQezGV0C2FlGgK2kvx_3waO7JPNXLIQa950FSUKs,3536
|
|
314
|
-
reflex/components/react_player/react_player.pyi,sha256=
|
|
314
|
+
reflex/components/react_player/react_player.pyi,sha256=6QLryQX6Zm4jmJKmlOClPpv9BrMohJJGFJaf-VIeo3g,5879
|
|
315
315
|
reflex/components/react_player/video.py,sha256=2V6tiwCwrzu9WPI1Wmuepk8kQ6M6K8nnMdLLjEbrxrw,186
|
|
316
|
-
reflex/components/react_player/video.pyi,sha256=
|
|
316
|
+
reflex/components/react_player/video.pyi,sha256=R7gPIcKkDiuq8hkAyF9iHp5-tFasOp_0o7NV_wHcUBY,5813
|
|
317
317
|
reflex/components/recharts/__init__.py,sha256=v_6K60Bi-tFUrGCOcAPXt7-sAREpcJRzlYPOjUYTxC8,2695
|
|
318
318
|
reflex/components/recharts/__init__.pyi,sha256=2YiybRu2AIWwPQ6upgGnb8ZPx4z-cZHgKl1vDZnliW4,5184
|
|
319
|
-
reflex/components/recharts/cartesian.py,sha256
|
|
320
|
-
reflex/components/recharts/cartesian.pyi,sha256=
|
|
321
|
-
reflex/components/recharts/charts.py,sha256=
|
|
322
|
-
reflex/components/recharts/charts.pyi,sha256=
|
|
323
|
-
reflex/components/recharts/general.py,sha256=
|
|
324
|
-
reflex/components/recharts/general.pyi,sha256=
|
|
325
|
-
reflex/components/recharts/polar.py,sha256=
|
|
326
|
-
reflex/components/recharts/polar.pyi,sha256=
|
|
319
|
+
reflex/components/recharts/cartesian.py,sha256=5Q1nmmbF2r0lgksFtVNKERaGMSG1aib8MojVEPwyqjc,34551
|
|
320
|
+
reflex/components/recharts/cartesian.pyi,sha256=q4L3UEzLV1yzc4vw1xu1eJJrcM4KMPAVjjYT8rrqzUU,102905
|
|
321
|
+
reflex/components/recharts/charts.py,sha256=OVAsMHCXWNTmP4WV-aSOTJ4hVwZ2RRFWpgaMT9L2AaU,18851
|
|
322
|
+
reflex/components/recharts/charts.pyi,sha256=u0nK67kni2j-u_IEq5zzu-WyoJ8vaClMRi9kCpnaBZg,48648
|
|
323
|
+
reflex/components/recharts/general.py,sha256=DuPDfccUWWehc40ji7_JSYHX_AoJyGn_-4y7QhkRxmo,9046
|
|
324
|
+
reflex/components/recharts/general.pyi,sha256=9zkY77QdhLoJxflnoDe0tZGpsYAaXYoEFmcM-mkhP9I,23100
|
|
325
|
+
reflex/components/recharts/polar.py,sha256=lqMZZYHK4GQe_a3SIcjvQgK4XuIy3dHy-xFh53iaDW8,15535
|
|
326
|
+
reflex/components/recharts/polar.pyi,sha256=GibQqLnb_OlNCkoi2qzaesYffym69MyZ_AMOULXm9fE,26943
|
|
327
327
|
reflex/components/recharts/recharts.py,sha256=is9FG2MJ6aYsZLDe1uW4zWNRs7LNJFKVbAndYC77jqA,3176
|
|
328
|
-
reflex/components/recharts/recharts.pyi,sha256=
|
|
328
|
+
reflex/components/recharts/recharts.pyi,sha256=iuhTGVjqa87BVZm-Hlhw3qrmROkjXtQuT26bjOgIE3M,6907
|
|
329
329
|
reflex/components/sonner/__init__.py,sha256=L_mdRIy7-ccRGSz5VK6J8O-c-e-D1p9xWw29_ErrvGg,68
|
|
330
330
|
reflex/components/sonner/toast.py,sha256=hvjzVN3eclix7PJpDTVkFSD_Re8X0lCPjHh5EfRjDro,12440
|
|
331
|
-
reflex/components/sonner/toast.pyi,sha256=
|
|
331
|
+
reflex/components/sonner/toast.pyi,sha256=zlWNdQaQHI52D88C9-vAgq0GRfDoIDykohdi822KdmE,7620
|
|
332
332
|
reflex/components/suneditor/__init__.py,sha256=htkPzy0O_1ro1nw8w8gFPjYhg5xywMpsUfc4Dl3OHuw,109
|
|
333
|
-
reflex/components/suneditor/editor.py,sha256=
|
|
334
|
-
reflex/components/suneditor/editor.pyi,sha256=
|
|
333
|
+
reflex/components/suneditor/editor.py,sha256=MZ_x1rEuEC5fu7_rtgVNpJbytPfymItzKMzESMZLzO4,7895
|
|
334
|
+
reflex/components/suneditor/editor.pyi,sha256=oiCv5khq_dfJFVb0NuXUolSVYsXyorXbHT_AAQAwdzk,8620
|
|
335
335
|
reflex/components/tags/__init__.py,sha256=Pc0JU-Tv_W7KCsydXgbKmu7w2VtHNkI6Cx2hTkNhW_Q,152
|
|
336
|
-
reflex/components/tags/cond_tag.py,sha256=
|
|
337
|
-
reflex/components/tags/iter_tag.py,sha256=
|
|
336
|
+
reflex/components/tags/cond_tag.py,sha256=YHxqq34PD-1D88YivO7kn7FsbW8SfPS2McNg7j_nncI,588
|
|
337
|
+
reflex/components/tags/iter_tag.py,sha256=VfYy95D_rBk-0F58vUDgaWuqXWrdO2udDr06mcfdA6I,4487
|
|
338
338
|
reflex/components/tags/match_tag.py,sha256=3lba1H5pCcKkqxEHzM6DZb5s9s0yJLN4Se3vdhzar24,580
|
|
339
|
-
reflex/components/tags/tag.py,sha256=
|
|
339
|
+
reflex/components/tags/tag.py,sha256=BRPODHi1R5g4VwkYLztIUJBMyDgrGPZRqB-QP_u67jk,3665
|
|
340
340
|
reflex/components/tags/tagless.py,sha256=qO7Gm4V0ITDyymHkyltfz53155ZBt-W_WIPDYy93ca0,587
|
|
341
341
|
reflex/constants/__init__.py,sha256=c5k9wh50zB_zDXkublXepPZsfAmnYx7ZeNSufIX5qKM,2180
|
|
342
342
|
reflex/constants/base.py,sha256=IT1mppa9NPDLsXGmbW8AeNQFlNK9YbDHFipL290ErQI,8156
|
|
@@ -345,60 +345,60 @@ reflex/constants/compiler.py,sha256=S21T7t2nDBRf1NB0diNo1A3AJuH-w5xo8YoNR5ZAzcY,
|
|
|
345
345
|
reflex/constants/config.py,sha256=4EljK_fD1Nf4-OfJ9HLYeHSW5xTfNPN6AGjzJ5ARZSY,1579
|
|
346
346
|
reflex/constants/custom_components.py,sha256=joJt4CEt1yKy7wsBH6vYo7_QRW0O_fWXrrTf0VY2q14,1317
|
|
347
347
|
reflex/constants/event.py,sha256=8PWobGXnUIbkRS73dRiroj5BJw4C3sbo5AHAhJTZFyM,2849
|
|
348
|
-
reflex/constants/installer.py,sha256=
|
|
349
|
-
reflex/constants/route.py,sha256=
|
|
348
|
+
reflex/constants/installer.py,sha256=NET96F69MAoF_H3bLL_Ty_eLTdG9GrphKh2ehRmsrlM,3063
|
|
349
|
+
reflex/constants/route.py,sha256=YnLgsp0iYc1lFjQ-cEqTlSE5SEeaNkaWORBoUM0-taI,2079
|
|
350
350
|
reflex/constants/state.py,sha256=6Mfr7xVcAZOj5aSy7kp0W6r8oTs7K30URgGDAAFLfPQ,294
|
|
351
351
|
reflex/constants/style.py,sha256=EPgRYHhAlcrPUBc2HkDTdTj-Q0uDAXHlq8Sp6D35Zf4,475
|
|
352
|
-
reflex/constants/utils.py,sha256=
|
|
352
|
+
reflex/constants/utils.py,sha256=e1ChEvbHfmE_V2UJvCSUhD_qTVAIhEGPpRJSqdSd6PA,780
|
|
353
353
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
354
354
|
reflex/custom_components/custom_components.py,sha256=lzwbTgkuz2-OBnYTu5H5PXtAwTMtjqBRoUTNrSVXCto,20794
|
|
355
355
|
reflex/experimental/__init__.py,sha256=tL-_HpKnP6HPqur1pQtpyq_B6tXkZPFadBhtT7-8Mm0,2521
|
|
356
|
-
reflex/experimental/client_state.py,sha256=
|
|
356
|
+
reflex/experimental/client_state.py,sha256=OVojc-a_Xm70_a7lkGeGAQ7ByLB6xipS5WISRqytEh8,9905
|
|
357
357
|
reflex/experimental/hooks.py,sha256=CHYGrAE5t8riltrJmDFgJ4D2Vhmhw-y3B3MSGNlOQow,2366
|
|
358
358
|
reflex/experimental/layout.py,sha256=IzyAu_M121IYsrsnctiXFbeXInVvKKb4GuyFJKXcJnQ,7533
|
|
359
|
-
reflex/experimental/layout.pyi,sha256=
|
|
359
|
+
reflex/experimental/layout.pyi,sha256=c6k9mj_OJ2TuzNAlkzseAYQsMtvTE0HicJ_bgqZixcA,24949
|
|
360
360
|
reflex/istate/__init__.py,sha256=LDu_3-31ZI1Jn9NWp4mM0--fDiXI0x8x3gR4-kdrziY,57
|
|
361
|
-
reflex/istate/data.py,sha256=
|
|
361
|
+
reflex/istate/data.py,sha256=igpPEXs_ZJvK7J3JJ1mLiKnLmS5iFJiMLesCaQZpgqs,5798
|
|
362
362
|
reflex/istate/dynamic.py,sha256=xOQ9upZVPf6ngqcLQZ9HdAAYmoWwJ8kRFPH34Q5HTiM,91
|
|
363
363
|
reflex/istate/proxy.py,sha256=ttfcMFBNOYnRT48U2fzkyo55Gr-Z8hkoulzPr0tD5VU,1059
|
|
364
|
-
reflex/istate/storage.py,sha256=
|
|
364
|
+
reflex/istate/storage.py,sha256=gCPoiZxuG-Rw0y-Pz3OC7rv4o08dQ_jK1fE2u8Jhxqg,4339
|
|
365
365
|
reflex/istate/wrappers.py,sha256=p8uuioXRbR5hperwbOJHUcWdu7hukLikQdoR7qrnKsI,909
|
|
366
366
|
reflex/middleware/__init__.py,sha256=x7xTeDuc73Hjj43k1J63naC9x8vzFxl4sq7cCFBX7sk,111
|
|
367
367
|
reflex/middleware/hydrate_middleware.py,sha256=1ch7bx2ZhojOR15b-LHD2JztrWCnpPJjTe8MWHJe-5Y,1510
|
|
368
368
|
reflex/middleware/middleware.py,sha256=p5VVoIgQ_NwOg_GOY6g0S4fmrV76_VE1zt-HiwbMw-s,1158
|
|
369
369
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
370
370
|
reflex/utils/build.py,sha256=yt6obelsj1MUhTVHoaxdOH--gYtIEpekYjTN97iFrNg,9118
|
|
371
|
-
reflex/utils/codespaces.py,sha256=
|
|
371
|
+
reflex/utils/codespaces.py,sha256=ISMnNv9boYTQl5ydymmcUZwkosMIHnxMG2bntRGetvI,2945
|
|
372
372
|
reflex/utils/compat.py,sha256=aSJH_M6iomgHPQ4onQ153xh1MWqPi3HSYDzE68N6gZM,2635
|
|
373
373
|
reflex/utils/console.py,sha256=97QCo1vXFM-B32zrvYH51yzDRyNPkXD5nNriaiCrlpc,9439
|
|
374
|
-
reflex/utils/decorator.py,sha256=
|
|
374
|
+
reflex/utils/decorator.py,sha256=DVrlVGljV5OchMs-5_y1CbbqnCWlH6lv-dFko8yHxVY,1738
|
|
375
375
|
reflex/utils/exceptions.py,sha256=Wwu7Ji2xgq521bJKtU2NgjwhmFfnG8erirEVN2h8S-g,8884
|
|
376
|
-
reflex/utils/exec.py,sha256=
|
|
376
|
+
reflex/utils/exec.py,sha256=VKZeW74TccP5l-_w-7kkSx39ivi__0SRBTxk91vACrk,19403
|
|
377
377
|
reflex/utils/export.py,sha256=eRAVmXyOfCjaL0g4YwWy9f48YT21tfKtd8Evt37_sRY,2567
|
|
378
|
-
reflex/utils/format.py,sha256=
|
|
379
|
-
reflex/utils/imports.py,sha256=
|
|
378
|
+
reflex/utils/format.py,sha256=onGSned5gh_C6l1HRAIlsq50D6C8xt1sy-4c80xFD78,20627
|
|
379
|
+
reflex/utils/imports.py,sha256=NIWeNZPTBJM87OseXjff9XHnAaq4sz1fDbt3b0pTdJw,4090
|
|
380
380
|
reflex/utils/lazy_loader.py,sha256=pdirbNnGfB-r21zgjzHk0c6vODXqKLn9vbJiP5Yr5nQ,4138
|
|
381
|
-
reflex/utils/misc.py,sha256=
|
|
382
|
-
reflex/utils/net.py,sha256=
|
|
381
|
+
reflex/utils/misc.py,sha256=pROvogdVRLrZx_5vD18PkMwRAkZnw09Nhb7_YdewUbw,731
|
|
382
|
+
reflex/utils/net.py,sha256=OxYAYu1rZgdQ3TH_UofsUiMuvqFw_z0HE_CUU3hjhCI,3202
|
|
383
383
|
reflex/utils/path_ops.py,sha256=idGxUSJRKwYLLi7ppXkq3eV6rvAytJoO-n-FuLkwl3o,7604
|
|
384
|
-
reflex/utils/prerequisites.py,sha256=
|
|
385
|
-
reflex/utils/processes.py,sha256=
|
|
386
|
-
reflex/utils/pyi_generator.py,sha256=
|
|
384
|
+
reflex/utils/prerequisites.py,sha256=uRtoVjnx0Oopak-rwjdfYrkGCREHyXaqIK_gCetdlxY,66454
|
|
385
|
+
reflex/utils/processes.py,sha256=PcDu0y7IZl_1MSVgG73F1awBZzxn4fI00IKlp9l8324,16637
|
|
386
|
+
reflex/utils/pyi_generator.py,sha256=t9LwSaadHDSecv2nAHQzKvbJEg3gAEVwLFEuOe61tAE,45049
|
|
387
387
|
reflex/utils/redir.py,sha256=23OcUTsbThak5VYMQPOkSzyNsMB3VkgtF1bodSnHwbE,1533
|
|
388
388
|
reflex/utils/registry.py,sha256=ymBScatt5YiQz9tPYHCzSPs-X7z29hGuu2tlZG28YDQ,1877
|
|
389
|
-
reflex/utils/serializers.py,sha256=
|
|
389
|
+
reflex/utils/serializers.py,sha256=2sXT4YZs3SsAibH-Zb6EmqyDz4nm8hc4gfTp2Srj8MA,13350
|
|
390
390
|
reflex/utils/telemetry.py,sha256=kZeI_RjY32MTpx12Y5hMXyd6bkli9xAQsmbbIKuf0fg,6779
|
|
391
|
-
reflex/utils/types.py,sha256=
|
|
391
|
+
reflex/utils/types.py,sha256=v16vkx7Qprdl1dS_j78u12Uwm3d8HyBSN5YONi-4VMQ,33749
|
|
392
392
|
reflex/vars/__init__.py,sha256=2Kv6Oh9g3ISZFESjL1al8KiO7QBZUXmLKGMCBsP-DoY,1243
|
|
393
|
-
reflex/vars/base.py,sha256=
|
|
393
|
+
reflex/vars/base.py,sha256=GzPHn9vfMRGmxoCmE7-AZRuDYBQqwpalA3cxu7CHnSE,102123
|
|
394
394
|
reflex/vars/datetime.py,sha256=fEc68T0A6XYlAJ3AGteCIb_vDqgoO1O8tpjMzqlp9sc,5104
|
|
395
|
-
reflex/vars/dep_tracking.py,sha256=
|
|
396
|
-
reflex/vars/function.py,sha256=
|
|
397
|
-
reflex/vars/number.py,sha256=
|
|
398
|
-
reflex/vars/object.py,sha256
|
|
399
|
-
reflex/vars/sequence.py,sha256=
|
|
400
|
-
reflex-0.7.
|
|
401
|
-
reflex-0.7.
|
|
402
|
-
reflex-0.7.
|
|
403
|
-
reflex-0.7.
|
|
404
|
-
reflex-0.7.
|
|
395
|
+
reflex/vars/dep_tracking.py,sha256=fW9xDWOk-VM2kwBVlSe46KLfP3Gqj5Ni_SJx_IdR6-k,13840
|
|
396
|
+
reflex/vars/function.py,sha256=0i-VkxHkDJmZtfQUwUfaF0rlS6WM8azjwQ8k7rEOkyk,13944
|
|
397
|
+
reflex/vars/number.py,sha256=N-ZeV_ebriaFpuRf8IL7TT3D4h2ti-MUYMOISEw4N8k,27846
|
|
398
|
+
reflex/vars/object.py,sha256=P_BBOxP4Z53IiHPVx5-P279lFEwdEIYLWcqO_h1UyLo,17134
|
|
399
|
+
reflex/vars/sequence.py,sha256=N0BwsYbFC4KkeC-N0Bc2NcKyfrbIxGh5FIWDy7Jl7Fs,55192
|
|
400
|
+
reflex-0.7.8a1.dist-info/METADATA,sha256=_Y831tPAgeQujHlzuSy2K2-fZy359uXrmW_it7q7kdk,11879
|
|
401
|
+
reflex-0.7.8a1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
402
|
+
reflex-0.7.8a1.dist-info/entry_points.txt,sha256=Rxt4dXc7MLBNt5CSHTehVPuSe9Xqow4HLX55nD9tQQ0,45
|
|
403
|
+
reflex-0.7.8a1.dist-info/licenses/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
404
|
+
reflex-0.7.8a1.dist-info/RECORD,,
|