reflex 0.8.15a1__py3-none-any.whl → 0.8.16a1__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 +68 -8
- reflex/app.py +45 -51
- reflex/app_mixins/lifespan.py +12 -5
- reflex/base.py +1 -0
- reflex/compiler/compiler.py +4 -6
- reflex/compiler/templates.py +25 -31
- reflex/compiler/utils.py +6 -5
- reflex/components/base/body.pyi +1 -195
- reflex/components/base/link.pyi +1 -407
- reflex/components/base/meta.pyi +1 -405
- reflex/components/base/script.pyi +1 -237
- reflex/components/component.py +41 -46
- reflex/components/core/auto_scroll.pyi +1 -195
- reflex/components/core/banner.pyi +1 -391
- reflex/components/core/breakpoints.py +14 -18
- reflex/components/core/html.pyi +1 -197
- reflex/components/core/match.py +2 -2
- reflex/components/core/sticky.py +11 -15
- reflex/components/core/sticky.pyi +0 -788
- reflex/components/core/upload.py +1 -3
- reflex/components/datadisplay/code.pyi +1 -0
- reflex/components/datadisplay/dataeditor.py +4 -6
- reflex/components/datadisplay/shiki_code_block.py +106 -110
- reflex/components/dynamic.py +4 -6
- reflex/components/el/elements/__init__.py +5 -7
- reflex/components/el/elements/__init__.pyi +5 -7
- reflex/components/el/elements/base.py +1 -1
- reflex/components/el/elements/base.pyi +1 -195
- reflex/components/el/elements/forms.py +7 -9
- reflex/components/el/elements/forms.pyi +12 -3112
- reflex/components/el/elements/inline.pyi +0 -5481
- reflex/components/el/elements/media.pyi +0 -10280
- reflex/components/el/elements/metadata.pyi +1 -835
- reflex/components/el/elements/other.pyi +1 -1365
- reflex/components/el/elements/scripts.pyi +1 -625
- reflex/components/el/elements/sectioning.pyi +1 -2911
- reflex/components/el/elements/tables.pyi +1 -1973
- reflex/components/el/elements/typography.pyi +1 -3125
- reflex/components/lucide/icon.py +4 -4
- reflex/components/lucide/icon.pyi +0 -4
- reflex/components/markdown/markdown.py +15 -19
- reflex/components/markdown/markdown.pyi +1 -0
- reflex/components/moment/moment.pyi +0 -49
- reflex/components/props.py +3 -3
- reflex/components/radix/primitives/accordion.py +4 -6
- reflex/components/radix/primitives/accordion.pyi +0 -14
- reflex/components/radix/primitives/base.pyi +0 -5
- reflex/components/radix/primitives/dialog.py +2 -0
- reflex/components/radix/primitives/dialog.pyi +1 -233
- reflex/components/radix/primitives/drawer.pyi +0 -18
- reflex/components/radix/primitives/form.pyi +30 -632
- reflex/components/radix/primitives/progress.pyi +0 -10
- reflex/components/radix/primitives/slider.pyi +0 -10
- reflex/components/radix/themes/color_mode.pyi +1 -284
- reflex/components/radix/themes/components/alert_dialog.pyi +0 -207
- reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
- reflex/components/radix/themes/components/avatar.pyi +0 -80
- reflex/components/radix/themes/components/badge.pyi +1 -270
- reflex/components/radix/themes/components/button.pyi +1 -274
- reflex/components/radix/themes/components/callout.pyi +0 -1197
- reflex/components/radix/themes/components/card.pyi +1 -209
- reflex/components/radix/themes/components/checkbox.pyi +0 -261
- reflex/components/radix/themes/components/checkbox_cards.pyi +1 -96
- reflex/components/radix/themes/components/checkbox_group.pyi +1 -80
- reflex/components/radix/themes/components/context_menu.pyi +13 -321
- reflex/components/radix/themes/components/data_list.pyi +1 -107
- reflex/components/radix/themes/components/dialog.pyi +1 -210
- reflex/components/radix/themes/components/dropdown_menu.pyi +0 -209
- reflex/components/radix/themes/components/hover_card.pyi +1 -246
- reflex/components/radix/themes/components/icon_button.pyi +1 -195
- reflex/components/radix/themes/components/inset.pyi +0 -252
- reflex/components/radix/themes/components/popover.pyi +1 -234
- reflex/components/radix/themes/components/progress.pyi +1 -84
- reflex/components/radix/themes/components/radio.pyi +1 -72
- reflex/components/radix/themes/components/radio_cards.pyi +1 -123
- reflex/components/radix/themes/components/scroll_area.pyi +1 -11
- reflex/components/radix/themes/components/select.pyi +1 -376
- reflex/components/radix/themes/components/separator.pyi +0 -77
- reflex/components/radix/themes/components/skeleton.pyi +0 -30
- reflex/components/radix/themes/components/slider.py +3 -5
- reflex/components/radix/themes/components/spinner.pyi +0 -5
- reflex/components/radix/themes/components/switch.pyi +0 -89
- reflex/components/radix/themes/components/table.pyi +0 -1453
- reflex/components/radix/themes/components/text_area.pyi +7 -282
- reflex/components/radix/themes/components/text_field.pyi +6 -392
- reflex/components/radix/themes/components/tooltip.pyi +0 -42
- reflex/components/radix/themes/layout/box.pyi +1 -195
- reflex/components/radix/themes/layout/center.pyi +0 -194
- reflex/components/radix/themes/layout/container.pyi +0 -178
- reflex/components/radix/themes/layout/flex.pyi +0 -194
- reflex/components/radix/themes/layout/grid.pyi +0 -194
- reflex/components/radix/themes/layout/list.pyi +0 -978
- reflex/components/radix/themes/layout/section.pyi +0 -194
- reflex/components/radix/themes/layout/spacer.pyi +0 -194
- reflex/components/radix/themes/layout/stack.pyi +0 -582
- reflex/components/radix/themes/typography/blockquote.pyi +0 -196
- reflex/components/radix/themes/typography/code.pyi +0 -194
- reflex/components/radix/themes/typography/heading.pyi +0 -194
- reflex/components/radix/themes/typography/link.pyi +0 -237
- reflex/components/radix/themes/typography/text.pyi +0 -1360
- reflex/components/react_router/dom.pyi +0 -237
- reflex/components/recharts/cartesian.py +12 -18
- reflex/components/recharts/general.py +12 -18
- reflex/constants/installer.py +5 -5
- reflex/custom_components/custom_components.py +6 -5
- reflex/environment.py +30 -7
- reflex/event.py +14 -12
- reflex/experimental/client_state.py +11 -12
- reflex/istate/data.py +8 -10
- reflex/istate/manager/__init__.py +3 -0
- reflex/istate/manager/disk.py +151 -5
- reflex/model.py +1 -1
- reflex/plugins/_screenshot.py +2 -2
- reflex/plugins/shared_tailwind.py +9 -14
- reflex/reflex.py +7 -9
- reflex/state.py +30 -37
- reflex/style.py +6 -6
- reflex/testing.py +54 -30
- reflex/utils/codespaces.py +31 -2
- reflex/utils/compat.py +1 -0
- reflex/utils/decorator.py +3 -3
- reflex/utils/format.py +18 -22
- reflex/utils/prerequisites.py +1 -1
- reflex/utils/pyi_generator.py +51 -57
- reflex/utils/serializers.py +1 -1
- reflex/utils/telemetry.py +1 -1
- reflex/utils/templates.py +4 -4
- reflex/utils/types.py +11 -4
- reflex/vars/base.py +26 -29
- reflex/vars/color.py +6 -8
- reflex/vars/dep_tracking.py +5 -3
- reflex/vars/function.py +3 -3
- reflex/vars/object.py +9 -13
- reflex/vars/sequence.py +18 -24
- {reflex-0.8.15a1.dist-info → reflex-0.8.16a1.dist-info}/METADATA +1 -1
- {reflex-0.8.15a1.dist-info → reflex-0.8.16a1.dist-info}/RECORD +139 -139
- {reflex-0.8.15a1.dist-info → reflex-0.8.16a1.dist-info}/WHEEL +0 -0
- {reflex-0.8.15a1.dist-info → reflex-0.8.16a1.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.15a1.dist-info → reflex-0.8.16a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,20 +2,20 @@ reflex/__init__.py,sha256=7iJASSyU1dxLM-l6q6gFAkw6FniXvawAekgfwN5zKjM,10328
|
|
|
2
2
|
reflex/__init__.pyi,sha256=Yy3exOO_7-O7fCjTKO1VDFbjPyeMM7F12WBnEXWx_tk,10428
|
|
3
3
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
4
4
|
reflex/admin.py,sha256=Nbc38y-M8iaRBvh1W6DQu_D3kEhO8JFvxrog4q2cB_E,434
|
|
5
|
-
reflex/app.py,sha256=
|
|
5
|
+
reflex/app.py,sha256=noSvr5FnmbNeQM7c_wK8fAedaMkzdTB2Lu49P6WULNM,79082
|
|
6
6
|
reflex/assets.py,sha256=l5O_mlrTprC0lF7Rc_McOe3a0OtSLnRdNl_PqCpDCBA,3431
|
|
7
|
-
reflex/base.py,sha256=
|
|
7
|
+
reflex/base.py,sha256=ROoDZCLWyEdVqfYKnhYKPZINklTl5nHKWo2x0J4MfoE,2327
|
|
8
8
|
reflex/config.py,sha256=LsHAtdH4nkSn3q_Ie-KNdOGdflLXrFICUQov29oFjVk,21229
|
|
9
|
-
reflex/environment.py,sha256=
|
|
10
|
-
reflex/event.py,sha256=
|
|
11
|
-
reflex/model.py,sha256=
|
|
9
|
+
reflex/environment.py,sha256=i2uDE6OZk8ISl4gzw8ulpt5hB0qKNVtjZ7lDJIgEw-g,24970
|
|
10
|
+
reflex/event.py,sha256=8vaqS2MBVTQwMVEemtKpjLlMxdlM95IO8u8U9YB_31Q,76443
|
|
11
|
+
reflex/model.py,sha256=d9qCuIEK0mscG2Ng3HTsEgS39rXOfzqXzLZOl3DG_fc,22487
|
|
12
12
|
reflex/page.py,sha256=ssCbMVFuIy60vH-YhJUzN0OxzUwXFCCD3ej56dVjp3g,3525
|
|
13
13
|
reflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
reflex/reflex.py,sha256=
|
|
14
|
+
reflex/reflex.py,sha256=urU9hMWIkmVl6BPuw_-NmfaE8Zlls4s_t31ueFl4uBo,25915
|
|
15
15
|
reflex/route.py,sha256=TnS4m6Hm-b3LfGFpm37iAMEd-_JISAouPW5FqUxTAfU,7858
|
|
16
|
-
reflex/state.py,sha256=
|
|
17
|
-
reflex/style.py,sha256=
|
|
18
|
-
reflex/testing.py,sha256=
|
|
16
|
+
reflex/state.py,sha256=IQW8zSlxGCnSlQSFx-MQSsW80sXp-litEaRv8LouZQo,95389
|
|
17
|
+
reflex/style.py,sha256=q5Zyc16ULY9xw9CKPPawknrBXIcNNdaSLALXAgdcm2g,13298
|
|
18
|
+
reflex/testing.py,sha256=EzFAVOD9iRfTlQ805NJG6vUynRt1TEkPxId5aCK8eAQ,41974
|
|
19
19
|
reflex/.templates/apps/blank/assets/favicon.ico,sha256=baxxgDAQ2V4-G5Q4S2yK5uUJTUGkv-AOWBQ0xd6myUo,4286
|
|
20
20
|
reflex/.templates/apps/blank/code/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
reflex/.templates/apps/blank/code/blank.py,sha256=wry9E3VjC7qtt_gzqNOyo4KZAAlzVyNp3uhFkcLZmM0,898
|
|
@@ -30,7 +30,7 @@ reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha2
|
|
|
30
30
|
reflex/.templates/web/components/shiki/code.js,sha256=4Es1pxsr-lX4hTQ5mglrwwC6O_SI-z-O60k03z8VFzQ,1144
|
|
31
31
|
reflex/.templates/web/styles/__reflex_style_reset.css,sha256=qbC6JIT643YEsvSQ0D7xBmWE5vXy94JGrKNihRuEjnA,8913
|
|
32
32
|
reflex/.templates/web/utils/react-theme.js,sha256=Aa-RND3ooGCXW6Zavzitc-v0ciKlcQDTFlDtE4mPkFI,2713
|
|
33
|
-
reflex/.templates/web/utils/state.js,sha256=
|
|
33
|
+
reflex/.templates/web/utils/state.js,sha256=7gRWc8ABMOKY3KMF6SpaVEhNILW03wivd7eENVC7ADg,34858
|
|
34
34
|
reflex/.templates/web/utils/helpers/dataeditor.js,sha256=pG6MgsHuStDR7-qPipzfiK32j9bKDBa-4hZ0JSUo4JM,1623
|
|
35
35
|
reflex/.templates/web/utils/helpers/debounce.js,sha256=xGhtTRtS_xIcaeqnYVvYJNseLgQVk-DW-eFiHJYO9As,528
|
|
36
36
|
reflex/.templates/web/utils/helpers/paste.js,sha256=ef30HsR83jRzzvZnl8yV79yqFP8TC_u8SlN99cCS_OM,1799
|
|
@@ -38,27 +38,27 @@ reflex/.templates/web/utils/helpers/range.js,sha256=Bjr7Ex1Mghpsopjfrcp__IVFw8F8
|
|
|
38
38
|
reflex/.templates/web/utils/helpers/throttle.js,sha256=qxeyaEojaTeX36FPGftzVWrzDsRQU4iqg3U9RJz9Vj4,566
|
|
39
39
|
reflex/.templates/web/utils/helpers/upload.js,sha256=YiAv-KC-LijTsEmzG_o6YxUprgSN7Pbyd__xu8HTX6s,4814
|
|
40
40
|
reflex/app_mixins/__init__.py,sha256=Oegz3-gZLP9p2OAN5ALNbsgxuNQfS6lGZgQA8cc-9mQ,137
|
|
41
|
-
reflex/app_mixins/lifespan.py,sha256=
|
|
41
|
+
reflex/app_mixins/lifespan.py,sha256=u0MxIxPDE-q8mQCx1SBnfNiQHaz--AUTto0KXzQkezU,4296
|
|
42
42
|
reflex/app_mixins/middleware.py,sha256=BKhe0jUFO1_TylEC48LUZyaeYyPmAYW-NV4H5Rw221k,2848
|
|
43
43
|
reflex/app_mixins/mixin.py,sha256=R1YncalqDrbdPZvpKVbm72ZKmQZxYAWfuFq9JknzTqQ,305
|
|
44
44
|
reflex/compiler/__init__.py,sha256=r8jqmDSFf09iV2lHlNhfc9XrTLjNxfDNwPYlxS4cmHE,27
|
|
45
|
-
reflex/compiler/compiler.py,sha256
|
|
46
|
-
reflex/compiler/templates.py,sha256=
|
|
47
|
-
reflex/compiler/utils.py,sha256=
|
|
45
|
+
reflex/compiler/compiler.py,sha256=aaAgnbplyzkTWSfRKkvtT70l72qkbDdwQut-5OPWbL0,29114
|
|
46
|
+
reflex/compiler/templates.py,sha256=iw6yYC23iFlUfM_7LAMTQyLjSWIAddEKInHbPqjMEwo,20611
|
|
47
|
+
reflex/compiler/utils.py,sha256=TvVSVhlYPpNEH3-PUnih-RMpHa4HmgGCSCnUxASdzFE,19633
|
|
48
48
|
reflex/components/__init__.py,sha256=eWpgWFbSQDj2TpGp6StEbxU7roQgzY7ZM0XIcIc5RE8,588
|
|
49
49
|
reflex/components/__init__.pyi,sha256=7VFHtJGIjvGtD3IiPk848IPWYSCcPRT1EyPGljLhYlU,736
|
|
50
|
-
reflex/components/component.py,sha256=
|
|
51
|
-
reflex/components/dynamic.py,sha256=
|
|
50
|
+
reflex/components/component.py,sha256=BWXa0DmBYVWueBEd2fFTFS7dfZc21pnChaBkCX15RLw,97525
|
|
51
|
+
reflex/components/dynamic.py,sha256=h9P_np_Ev90kty7H5xvgCctTsNK-GPvOq7eISJEF7Q8,7350
|
|
52
52
|
reflex/components/field.py,sha256=i3HjZ8a43L_INYPnHStoyTtl0ZlQ9ZLEIzS-SsFq9oM,5924
|
|
53
53
|
reflex/components/literals.py,sha256=hogLnwTJxFJODIvqihg-GD9kFZVsEBDoYzaRit56Nuk,501
|
|
54
|
-
reflex/components/props.py,sha256=
|
|
54
|
+
reflex/components/props.py,sha256=HTO8C3W17UbLqK0npnoAVlwOlIOUJ1iWaxR5E8N_onA,14972
|
|
55
55
|
reflex/components/base/__init__.py,sha256=6DzVn2oVZqmsXYq3r9AN8Q40R0NAsyRpSyVzBDZndz0,690
|
|
56
56
|
reflex/components/base/__init__.pyi,sha256=CoM0dGGkZSKLNHe6KBS4Zgc6sRpRGM5dZ_EuVmZ2qkA,883
|
|
57
57
|
reflex/components/base/app_wrap.py,sha256=5K_myvYvHPeAJbm3BdEX17tKvdNEj6SV9RYahbIQBAQ,514
|
|
58
58
|
reflex/components/base/app_wrap.pyi,sha256=opdrLSp-IGFibjM4bPLZPxLsyhc1H6nev2F9XhPfOSg,1996
|
|
59
59
|
reflex/components/base/bare.py,sha256=_k1tx7nymFCNAmhRtT89PKBjLRldQZWxW0xPAkeZfuA,8285
|
|
60
60
|
reflex/components/base/body.py,sha256=KLPOhxVsKyjPwrY9AziCOOG_c9ckOqIhI4n2i3_Q3NU,129
|
|
61
|
-
reflex/components/base/body.pyi,sha256=
|
|
61
|
+
reflex/components/base/body.pyi,sha256=u_Y3lBkSwGZlnsHWKr_Rtm49UI2bP8Rx2e99gkshENw,2357
|
|
62
62
|
reflex/components/base/document.py,sha256=Fr7y22NbeKeiz8kWPH2q5BpFjKdq-AmY-sxZilee_H8,636
|
|
63
63
|
reflex/components/base/document.pyi,sha256=PlvclB2vyGcQ8zLJpFac_37LHeXLwpe8Qh0UqzXAPfE,11788
|
|
64
64
|
reflex/components/base/error_boundary.py,sha256=sp6W7G6uFWdls6nzl17XSizSSm6zS2OAu3ZqTE2W1CE,6438
|
|
@@ -66,20 +66,20 @@ reflex/components/base/error_boundary.pyi,sha256=SvKnZ09jwIL_4-J5BKVZuATclrB4o3E
|
|
|
66
66
|
reflex/components/base/fragment.py,sha256=ys7wkokq-N8WBxa9fqkEaNIrBlSximyD7vqlFVe02hQ,342
|
|
67
67
|
reflex/components/base/fragment.pyi,sha256=1vl8p6SCWd0_QzYVAb-Em70IX6FwIWFvJLxMl5OJTwU,2401
|
|
68
68
|
reflex/components/base/link.py,sha256=QZ4B5iWlw3REDBfOvLhnzu6BYwfbn2lpzwuPqaXU618,937
|
|
69
|
-
reflex/components/base/link.pyi,sha256=
|
|
69
|
+
reflex/components/base/link.pyi,sha256=kV5pBvssA7srYuOPfpZvnqBJV4yLRl577X4xB5aZoes,4249
|
|
70
70
|
reflex/components/base/meta.py,sha256=5pMGQCZwxDI5jYofPaAgmLPO2DBX0UbV35SxhgMKtZs,1211
|
|
71
|
-
reflex/components/base/meta.pyi,sha256=
|
|
71
|
+
reflex/components/base/meta.pyi,sha256=znSqQOzsrvPziaUgkZcDnFTU2-7t6yUni7iaVR07qSQ,6412
|
|
72
72
|
reflex/components/base/script.py,sha256=uChTVetn0sTWS8UpiUnWEgTrTcp0XwhOm_xI5cy6gTo,2288
|
|
73
|
-
reflex/components/base/script.pyi,sha256=
|
|
73
|
+
reflex/components/base/script.pyi,sha256=QhO1iQjn0-WCPpl52iuZqYV9wySvoXJTNqYuk8a0SoE,2487
|
|
74
74
|
reflex/components/base/strict_mode.py,sha256=_Rl2uGzL8gXTANOpoSU7uxsUQRH5JeTk2EIceWJJa5E,251
|
|
75
75
|
reflex/components/base/strict_mode.pyi,sha256=1n6EHlv51hLnkK18t0xHQ23FphSXb8pfSSVn6vDcHZY,2380
|
|
76
76
|
reflex/components/core/__init__.py,sha256=IRNnqXeQUT_Mhiaca05E3vKldxXzfkHGv5EDz_jAIqk,1418
|
|
77
77
|
reflex/components/core/__init__.pyi,sha256=Nr68v8pdwvBX93HhV-gHzPPYLAvRJ63kNrdICzBJxPk,1991
|
|
78
78
|
reflex/components/core/auto_scroll.py,sha256=zCHP5Mr_sLAmm4zvkC0-rQ1cU5cy35R7FKVo2jsmYaQ,3815
|
|
79
|
-
reflex/components/core/auto_scroll.pyi,sha256=
|
|
79
|
+
reflex/components/core/auto_scroll.pyi,sha256=WrrEwkJVw9bI1b9_6VyGhmRfMdSzbVZrOwphY-lsu2g,2591
|
|
80
80
|
reflex/components/core/banner.py,sha256=JEutUBT1UfpgnaDJthE2BoSzpIEE-cSHoQZlEvQb0dw,18471
|
|
81
|
-
reflex/components/core/banner.pyi,sha256=
|
|
82
|
-
reflex/components/core/breakpoints.py,sha256=
|
|
81
|
+
reflex/components/core/banner.pyi,sha256=HvLUBXk-Bip6lzy4hrEbBM-myjjkRXNUCJTxE64_TrQ,12799
|
|
82
|
+
reflex/components/core/breakpoints.py,sha256=FgTy2gXWq2cq9yZHxR1mH29E_ytyuUbXZSSkeEMPcNI,2600
|
|
83
83
|
reflex/components/core/clipboard.py,sha256=lrM4KpbioSqBclhvtrgawgeg9Vq2dKsv40xP4bUgYmA,3339
|
|
84
84
|
reflex/components/core/clipboard.pyi,sha256=Wt84ce1rd5vje-KuzAIkn_0riAD91_VtnZcRiRBsFLs,3230
|
|
85
85
|
reflex/components/core/colors.py,sha256=gkT5o5OqI_BR5fGMcCmBUpaz99XRNol9zAis46WktI4,1564
|
|
@@ -90,12 +90,12 @@ reflex/components/core/foreach.py,sha256=A33CPPBhd2IZ3-54Tv-MhMVlNoGh99IhuQ1Z-_v
|
|
|
90
90
|
reflex/components/core/helmet.py,sha256=9Fr2Tz_J2v8r5t1xeZClL0V5-fEWTiFAXTcJ6bECvAw,220
|
|
91
91
|
reflex/components/core/helmet.pyi,sha256=dp5AOEPQYM77-_ylpsbgbsZkUqu37RblgUGw7Y0BGcI,2391
|
|
92
92
|
reflex/components/core/html.py,sha256=JKK3MsbuzxtcVXbzvW_Q4TZuF9yk3WwiC9LmQl34rzA,1303
|
|
93
|
-
reflex/components/core/html.pyi,sha256=
|
|
94
|
-
reflex/components/core/match.py,sha256=
|
|
93
|
+
reflex/components/core/html.pyi,sha256=W4oOJUEtWkDn9Vrzrao-rMf22xGYJ38kIgRCYDk95KM,2504
|
|
94
|
+
reflex/components/core/match.py,sha256=z_Cm2TTUdTrC8vMfMFRv-uy1FOnLjrTo0oDvwqjkd7E,9886
|
|
95
95
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
96
|
-
reflex/components/core/sticky.py,sha256=
|
|
97
|
-
reflex/components/core/sticky.pyi,sha256=
|
|
98
|
-
reflex/components/core/upload.py,sha256=
|
|
96
|
+
reflex/components/core/sticky.py,sha256=UD5x4cHqRkwUY87L5tmKwQYqW-j5fELqiPaozoSQmkQ,3776
|
|
97
|
+
reflex/components/core/sticky.pyi,sha256=_iqFMzHRaHcL23TYy0sL4x7Sdc5rEcp5W2ESTOFlPdc,10282
|
|
98
|
+
reflex/components/core/upload.py,sha256=NbcpZ_zNltvBQFBQ-sJNriQg3Bw9Q8VwUL7cKY2kKIU,15165
|
|
99
99
|
reflex/components/core/upload.pyi,sha256=TQVUHt47YsfleD_O-gbLJMzie5slnjft-KVs_7jjRtQ,16820
|
|
100
100
|
reflex/components/core/window_events.py,sha256=opbuO20zVxt252kQLk49V7cltb_Um2oh7iePeGNJ538,3355
|
|
101
101
|
reflex/components/core/window_events.pyi,sha256=aTkBiAy-e9LqkQm6_apRsXXfJRdawA11cE1tQQSIy3c,3206
|
|
@@ -103,50 +103,50 @@ reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf
|
|
|
103
103
|
reflex/components/datadisplay/__init__.py,sha256=L8pWWKNHWdUD2fbZRoEKjd_8c_hpDdGYO463hwkoIi4,438
|
|
104
104
|
reflex/components/datadisplay/__init__.pyi,sha256=H3LZkWdrw3RTv_csaIT8qoClgAJTonlGZ5ZMeGMV0Bs,551
|
|
105
105
|
reflex/components/datadisplay/code.py,sha256=DQjferNi6QD2tNZdA28mMRu5KhqejAePxmD23vpcl9Y,12605
|
|
106
|
-
reflex/components/datadisplay/code.pyi,sha256=
|
|
107
|
-
reflex/components/datadisplay/dataeditor.py,sha256=
|
|
106
|
+
reflex/components/datadisplay/code.pyi,sha256=a0Yl4QKgDOimM3B36IzLeS-AGgAV-EEcCDMV9wKj77k,41376
|
|
107
|
+
reflex/components/datadisplay/dataeditor.py,sha256=myrb-j6Sf805cCZjh2NQWIgVKPvFC_Tu19XOL9isulY,13969
|
|
108
108
|
reflex/components/datadisplay/dataeditor.pyi,sha256=ntSQRf1FrpFBkibDJc-aIZP2clKrMLeRgZA0MS0gn0E,12606
|
|
109
109
|
reflex/components/datadisplay/logo.py,sha256=xvg5TRVRSi2IKn7Kg4oYzWcaFMHfXxUaCp0cQmuKSn0,1993
|
|
110
|
-
reflex/components/datadisplay/shiki_code_block.py,sha256=
|
|
110
|
+
reflex/components/datadisplay/shiki_code_block.py,sha256=rlRptdyAOLpIj_Sedr8W6oyUDZqgXIV825QvOdE0r7E,24031
|
|
111
111
|
reflex/components/datadisplay/shiki_code_block.pyi,sha256=J6NyOY_RQ9VTu7Psi3Tuctv5EM6FnlPZ2EXEZwHBC9w,56933
|
|
112
112
|
reflex/components/el/__init__.py,sha256=JJHaCMvCh5_nsuyaWRVQ8d75A13lvaq4cpm6HoxUYuM,607
|
|
113
113
|
reflex/components/el/__init__.pyi,sha256=Tp0hDa_HW7TxlN2dVrDHKeuiO0mQSFnmTBFZRUXSheQ,6345
|
|
114
114
|
reflex/components/el/element.py,sha256=stGVO6A2waCHq2CGQqR_g798hDKkuSZerwB0tYfZpRE,582
|
|
115
115
|
reflex/components/el/element.pyi,sha256=Bld5aXzT9vR5-pgrRddo5W4JMV54CMkamOZFUeLp4fY,2368
|
|
116
|
-
reflex/components/el/elements/__init__.py,sha256=
|
|
117
|
-
reflex/components/el/elements/__init__.pyi,sha256=
|
|
118
|
-
reflex/components/el/elements/base.py,sha256=
|
|
119
|
-
reflex/components/el/elements/base.pyi,sha256=
|
|
120
|
-
reflex/components/el/elements/forms.py,sha256=
|
|
121
|
-
reflex/components/el/elements/forms.pyi,sha256=
|
|
116
|
+
reflex/components/el/elements/__init__.py,sha256=CE2umIdbpE4x702TBJxXgqcXyIsj5366kB-26bEZLr4,2767
|
|
117
|
+
reflex/components/el/elements/__init__.pyi,sha256=8k6zBmlciOGvhKQR6lMJHmvT9M-XT0rkVwMwDpxrWGY,8650
|
|
118
|
+
reflex/components/el/elements/base.py,sha256=bl0UTwEAkfUrnMBQ39CANn3ApRuJCFFFqHblFYlBw6I,3069
|
|
119
|
+
reflex/components/el/elements/base.pyi,sha256=UeFR5dm8gu787H1IxybF8d_IfhHWeyX7jPP7JE_tI9I,3779
|
|
120
|
+
reflex/components/el/elements/forms.py,sha256=jMclIKSOb2etzTafRl7hOB-0F9HoUUApIvKAgATRCKs,21961
|
|
121
|
+
reflex/components/el/elements/forms.pyi,sha256=HeXEj-FnRXgkHkt62Ycug_IHzJpG8_rodZslrjxqh6I,67475
|
|
122
122
|
reflex/components/el/elements/inline.py,sha256=q3Ku_x8L9NaXrYQovCfkWwZ5AfXG0VyhGN_OT73kA0Y,4126
|
|
123
|
-
reflex/components/el/elements/inline.pyi,sha256=
|
|
123
|
+
reflex/components/el/elements/inline.pyi,sha256=XYZFih9JPsErn65GTDSkKetYjBMahT1C4eUQnkMldVU,53411
|
|
124
124
|
reflex/components/el/elements/media.py,sha256=RxykHOcXrTPiInFXfmt_QfGTTNXQez_eurlpaobRoWw,26204
|
|
125
|
-
reflex/components/el/elements/media.pyi,sha256=
|
|
125
|
+
reflex/components/el/elements/media.pyi,sha256=clDWWE1PtButfjpLQnFc2XeXhlxl83wS8mEIa98ijf4,96867
|
|
126
126
|
reflex/components/el/elements/metadata.py,sha256=Vf0D0dXqvwt76FkrvDQQpESJmxDh6e6Qxnk2GIRhOlM,2316
|
|
127
|
-
reflex/components/el/elements/metadata.pyi,sha256=
|
|
127
|
+
reflex/components/el/elements/metadata.pyi,sha256=ndTZAB5MHlIf8F510w-KWtxjwz5kXdWGqkuSYPDpUWc,11860
|
|
128
128
|
reflex/components/el/elements/other.py,sha256=WON35QviPNYsBeLQTNbeN7a6m6ixLYIVa4WsDzo9YBY,1378
|
|
129
|
-
reflex/components/el/elements/other.pyi,sha256=
|
|
129
|
+
reflex/components/el/elements/other.pyi,sha256=AlJCdxsKm3X1tKMOEabFnJqW3GecCVWdDVWbDNY0B7s,13730
|
|
130
130
|
reflex/components/el/elements/scripts.py,sha256=7YmYlRSWH_dkBhev4ePUDEDqvQWMPWOWmELXKsJxTkk,1223
|
|
131
|
-
reflex/components/el/elements/scripts.pyi,sha256=
|
|
131
|
+
reflex/components/el/elements/scripts.pyi,sha256=N0YXRhNj63BxhLTjDHdGw9j7AJrPbk2QrVWJ8bTIO9I,6172
|
|
132
132
|
reflex/components/el/elements/sectioning.py,sha256=wVkR35dt4DMHKcJN5f0aglH16xSZzO9-Weesv6bQ_CM,1516
|
|
133
|
-
reflex/components/el/elements/sectioning.pyi,sha256=
|
|
133
|
+
reflex/components/el/elements/sectioning.pyi,sha256=lFZxNdkPifWNwDrZy1byYgCXEkTvSTf95I8JiWOte9A,28779
|
|
134
134
|
reflex/components/el/elements/tables.py,sha256=Rt-C07s39TQm_dHSMaly2J7yD0OZhx9q6G2k5k2IkMo,2176
|
|
135
|
-
reflex/components/el/elements/tables.pyi,sha256=
|
|
135
|
+
reflex/components/el/elements/tables.pyi,sha256=nEZgozxwz6mQht38UWZLhTT7p8wWgSh7brF--qlLI2c,19357
|
|
136
136
|
reflex/components/el/elements/typography.py,sha256=0Oj94kwTY2-Get-xr8FwwIEpZmc_hIwoC6XRXEIxvPg,2567
|
|
137
|
-
reflex/components/el/elements/typography.pyi,sha256=
|
|
137
|
+
reflex/components/el/elements/typography.pyi,sha256=VFs2MH2XBw5O0c0F6CuO_JdsE0ZuEw-_7d-wZQPcJRA,30615
|
|
138
138
|
reflex/components/gridjs/__init__.py,sha256=xJwDm1AZ70L5-t9LLqZwGUtDpijbf1KuMYDT-j8g3pM,88
|
|
139
139
|
reflex/components/gridjs/datatable.py,sha256=7JKrRw1zkpFB0_wwoaIhrVrldsm7-dyi3PASgqLq8Hc,4224
|
|
140
140
|
reflex/components/gridjs/datatable.pyi,sha256=kFgv82vCgfdWZaUq4bZ73G8X3mkw6ecvSRkZ9G9-28E,5185
|
|
141
141
|
reflex/components/lucide/__init__.py,sha256=EggTK2MuQKQeOBLKW-mF0VaDK9zdWBImu1HO2dvHZbE,73
|
|
142
|
-
reflex/components/lucide/icon.py,sha256=
|
|
143
|
-
reflex/components/lucide/icon.pyi,sha256=
|
|
142
|
+
reflex/components/lucide/icon.py,sha256=kApdAoKlDFsy5785776DBVIwY0s7ceOX_5aSA7YoRWc,35375
|
|
143
|
+
reflex/components/lucide/icon.pyi,sha256=oFXjvb5SBULQlbeGDY4K5WWkqemktGIaCsiyrentjKY,37987
|
|
144
144
|
reflex/components/markdown/__init__.py,sha256=Dfl1At5uYoY7H4ufZU_RY2KOGQDLtj75dsZ2BTqqAns,87
|
|
145
|
-
reflex/components/markdown/markdown.py,sha256=
|
|
146
|
-
reflex/components/markdown/markdown.pyi,sha256=
|
|
145
|
+
reflex/components/markdown/markdown.py,sha256=Sg3AioKZsNn27KdOzR3o53k1bHzPa2pjpHFVYbxBgCg,16464
|
|
146
|
+
reflex/components/markdown/markdown.pyi,sha256=5SbgUBrklIdxEJOHtOqKVM2aobgulnkWp5DEGUFNmEI,4323
|
|
147
147
|
reflex/components/moment/__init__.py,sha256=jGnZgRBivYJQPIcFgtLaXFteCeIG3gGH5ACXkjEgmsI,92
|
|
148
148
|
reflex/components/moment/moment.py,sha256=fhhzrun9USb8J30btpyyDD3JuXF_N7EL5Dou3x7NQYw,4080
|
|
149
|
-
reflex/components/moment/moment.pyi,sha256=
|
|
149
|
+
reflex/components/moment/moment.pyi,sha256=3CQSmhMF4MetFCrjuds9wpz7FnFeXdXzR39A8n3nhy0,2872
|
|
150
150
|
reflex/components/plotly/__init__.py,sha256=6B_woBJhkrVA9O_AbOTbsA_SxWsqjicYHmLA9FLjGfU,650
|
|
151
151
|
reflex/components/plotly/plotly.py,sha256=4PugE2Gy2x02CSz_0GbnUbuIJAfjydQoMWxv1K43kQA,15172
|
|
152
152
|
reflex/components/plotly/plotly.pyi,sha256=5Nhph2PL9eIb-Xd6CUZHQf79P-tOazy1alwRQl7CKWw,46821
|
|
@@ -154,133 +154,133 @@ reflex/components/radix/__init__.py,sha256=fRsLvIO3MrTtPOXtmnxYDB9phvzlcbyB_utgp
|
|
|
154
154
|
reflex/components/radix/__init__.pyi,sha256=ke_dGrpFMNHd3MgQ9qiStSQDlGcJ39KVSrpIxayBU3c,3927
|
|
155
155
|
reflex/components/radix/primitives/__init__.py,sha256=UxV6xMJ9v9i16YnxuEykG9ZchOEde2k49EVaANi4yjU,468
|
|
156
156
|
reflex/components/radix/primitives/__init__.pyi,sha256=_zFNy-s6B4fQxPzbxmGZNBH04X9p1jSZDdm05UMwVkE,450
|
|
157
|
-
reflex/components/radix/primitives/accordion.py,sha256=
|
|
158
|
-
reflex/components/radix/primitives/accordion.pyi,sha256=
|
|
157
|
+
reflex/components/radix/primitives/accordion.py,sha256=ixHZpc6UTelcZpg2-fek-wA1Sj9tuBKzUyA-3CoWyNA,16165
|
|
158
|
+
reflex/components/radix/primitives/accordion.pyi,sha256=JgHPk27Xm2bIVm0OtjI49qFqR-BoDYXgdHS59f1mE6k,27291
|
|
159
159
|
reflex/components/radix/primitives/base.py,sha256=mXBH4Izv6g6ZLG5o0ZFNTgzropxnro0up8yRms5-6fU,1862
|
|
160
|
-
reflex/components/radix/primitives/base.pyi,sha256=
|
|
161
|
-
reflex/components/radix/primitives/dialog.py,sha256=
|
|
162
|
-
reflex/components/radix/primitives/dialog.pyi,sha256=
|
|
160
|
+
reflex/components/radix/primitives/base.pyi,sha256=FsxUtrm4Rf0bOJ3-Q0kqPCphX890KIeoprRkIkoGzQo,6058
|
|
161
|
+
reflex/components/radix/primitives/dialog.py,sha256=g5V8gedDPCBgNfRb1LwC5UFLuT4zugLPIkSjVnirGaM,5048
|
|
162
|
+
reflex/components/radix/primitives/dialog.pyi,sha256=QTXXyLm6uZfC3we-evSUIDOly0pNCQM7k05eNsl5v3E,20471
|
|
163
163
|
reflex/components/radix/primitives/drawer.py,sha256=9x-8chrFxAfuQ79p09aubQp-hVJqTxvIq42JVypWv4Y,8830
|
|
164
|
-
reflex/components/radix/primitives/drawer.pyi,sha256=
|
|
164
|
+
reflex/components/radix/primitives/drawer.pyi,sha256=_uGwyhz_vJUFGn_lPWofiQYMRjpPFgl3FChjyu16sUQ,28632
|
|
165
165
|
reflex/components/radix/primitives/form.py,sha256=jxCt0xZRE9Xx5tBIJNojYwyvhN631_aNdlFQSPgm2dU,4801
|
|
166
|
-
reflex/components/radix/primitives/form.pyi,sha256=
|
|
166
|
+
reflex/components/radix/primitives/form.pyi,sha256=tDxihyoGv_GxSVGLr5-W7ZCWSU8fmYfNYjGROzUHuHQ,26927
|
|
167
167
|
reflex/components/radix/primitives/progress.py,sha256=UvuUn6eWEhnhqImDvYOwa9Z3CE5gu5EV28uPBbZAT4k,3988
|
|
168
|
-
reflex/components/radix/primitives/progress.pyi,sha256=
|
|
168
|
+
reflex/components/radix/primitives/progress.pyi,sha256=Wkho8jOZTRdHz2wYHx4NMfT7Xsy35aJKyj-3twLnzSE,15774
|
|
169
169
|
reflex/components/radix/primitives/slider.py,sha256=2Bf-7uwTAJgQlaArjk0v4m5cU6i89b_KTWHgsP19Z0I,4833
|
|
170
|
-
reflex/components/radix/primitives/slider.pyi,sha256=
|
|
170
|
+
reflex/components/radix/primitives/slider.pyi,sha256=ATOPQQ6oXEzpdhe5NeBAK8qOdxMtTy5Qliz8ZYns5Qg,11677
|
|
171
171
|
reflex/components/radix/themes/__init__.py,sha256=3ASzR_OrjkLXZ6CksGKIQPOcyYZ984NzXrn2UCIdxUc,492
|
|
172
172
|
reflex/components/radix/themes/__init__.pyi,sha256=B_xv0vBBRsCOinQasRO3ni_g8xbpucIPXCn5xZckgww,445
|
|
173
173
|
reflex/components/radix/themes/base.py,sha256=vNLSFHX4el9YtzVsdxCIknt_c5eJser7VhihvJSNf8c,8296
|
|
174
174
|
reflex/components/radix/themes/base.pyi,sha256=1UgLxwESgbmnDcYuYYJmg0rOc1AM37PMHS0H_Mci0qE,24555
|
|
175
175
|
reflex/components/radix/themes/color_mode.py,sha256=G0QvwE6p_ttSt3pLdNadPh66d1Cn4b4NeRG6QiFa7gg,6513
|
|
176
|
-
reflex/components/radix/themes/color_mode.pyi,sha256=
|
|
176
|
+
reflex/components/radix/themes/color_mode.pyi,sha256=ZKQkDo6kwBnN12jnx1WfJzdn6gNRhiUGvXau4BeKv7A,11637
|
|
177
177
|
reflex/components/radix/themes/components/__init__.py,sha256=fzc5ghmmbIQ8yaxKQQY83TINb6k2uVPX-wddyTDlQx8,423
|
|
178
178
|
reflex/components/radix/themes/components/__init__.pyi,sha256=rEo3Nzol6kJW0C5BHkNGYMCZ93DP8bUGj_qwEsrbTks,2018
|
|
179
179
|
reflex/components/radix/themes/components/alert_dialog.py,sha256=NBb8bgbF7-r4Z9xlW9yp_O783vtNgKpHZ3WsXAGR0Sw,3312
|
|
180
|
-
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=
|
|
180
|
+
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=1J5MOnOKDP0_0erFTIdUKurDDn7ZdhH7ECX6FriCe6Q,14955
|
|
181
181
|
reflex/components/radix/themes/components/aspect_ratio.py,sha256=3O75hhQfPvv-ssG06cQF96IXVGjSA2FdhKgyAk4sMEw,402
|
|
182
|
-
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=
|
|
182
|
+
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=l5XcXrJ2gDxHoIQiWjBPavyHCrVOYOX4Hy2yWACPxdI,2618
|
|
183
183
|
reflex/components/radix/themes/components/avatar.py,sha256=_uKbu_xn8H5nZqryOjBaGzjQYRM3m1bWikLX6WjlseI,1092
|
|
184
|
-
reflex/components/radix/themes/components/avatar.pyi,sha256
|
|
184
|
+
reflex/components/radix/themes/components/avatar.pyi,sha256=F0cF7NizgWiz1wspg_FuXmhT4kq_tBSLgbfytQhm_Dw,2668
|
|
185
185
|
reflex/components/radix/themes/components/badge.py,sha256=IkTqBKC0vjPb7vFTBlI6qsUlDDDd25o1HPPAc9nqaWg,950
|
|
186
|
-
reflex/components/radix/themes/components/badge.pyi,sha256=
|
|
186
|
+
reflex/components/radix/themes/components/badge.pyi,sha256=K1Hv_UTOV73t_q88Tjz50JCIqedmwEPfZoCdU5hfSYo,2643
|
|
187
187
|
reflex/components/radix/themes/components/button.py,sha256=j-MugUGpvGnQOU78Y1CLRygmoXXTPdX73Ig2MUH0ATw,1254
|
|
188
|
-
reflex/components/radix/themes/components/button.pyi,sha256=
|
|
188
|
+
reflex/components/radix/themes/components/button.pyi,sha256=VHxQFMHx-3SF9oC1j3Ema9fLLmXdPwE60o0sX03wm80,4421
|
|
189
189
|
reflex/components/radix/themes/components/callout.py,sha256=sSSLHP5JZfIbviTHd7UcTvKZFTjYhZXburtsQ_P9I6A,2493
|
|
190
|
-
reflex/components/radix/themes/components/callout.pyi,sha256=
|
|
190
|
+
reflex/components/radix/themes/components/callout.pyi,sha256=M77NWYCFoiSV4E0D1pupKyotUiqLgucJPLaTSs6TGd4,10809
|
|
191
191
|
reflex/components/radix/themes/components/card.py,sha256=O_n3U1eSY_r0l_Oyt_hw0N5sYoFE5TUR2nbzrFJbe0Q,774
|
|
192
|
-
reflex/components/radix/themes/components/card.pyi,sha256=
|
|
192
|
+
reflex/components/radix/themes/components/card.pyi,sha256=4-WduGkPonIHCGeFUcspRg9Aunqs98AIz9XpwiD0HGM,2637
|
|
193
193
|
reflex/components/radix/themes/components/checkbox.py,sha256=W0rWRg6GNl8qKU5tSM2fxgu-CjXXsmkWWjixrMOovG0,4367
|
|
194
|
-
reflex/components/radix/themes/components/checkbox.pyi,sha256=
|
|
194
|
+
reflex/components/radix/themes/components/checkbox.pyi,sha256=kX56kVzMaPl8cLuWBuTFBJ09xWSvXKZYBstBSr_31hU,7082
|
|
195
195
|
reflex/components/radix/themes/components/checkbox_cards.py,sha256=uC7BZcz9E780YzC_r8oOd-FEGSzYkeX0qbE8vsH_TsU,1409
|
|
196
|
-
reflex/components/radix/themes/components/checkbox_cards.pyi,sha256=
|
|
196
|
+
reflex/components/radix/themes/components/checkbox_cards.pyi,sha256=pzuVLsC5bHpqy0IiuBY3j0Fo0pZaEhZPxDOpFc55K6c,4860
|
|
197
197
|
reflex/components/radix/themes/components/checkbox_group.py,sha256=gdwe5zT2bzR6coB1kOC7fZkddWB4u6gqwLviIucWotY,1594
|
|
198
|
-
reflex/components/radix/themes/components/checkbox_group.pyi,sha256=
|
|
198
|
+
reflex/components/radix/themes/components/checkbox_group.pyi,sha256=u2QATfvir38C9JfzqbcEj5dWl2I17kOavxJzSoCixTg,4860
|
|
199
199
|
reflex/components/radix/themes/components/context_menu.py,sha256=nfyHrXnlaRB3nha3rl9Yzjyu8rdcd6NOgtf3VXagQkY,12886
|
|
200
|
-
reflex/components/radix/themes/components/context_menu.pyi,sha256=
|
|
200
|
+
reflex/components/radix/themes/components/context_menu.pyi,sha256=BjioRrKn-JXrahUzsBfuAbGUkbhkcpwEq4yiMwwjR3o,33742
|
|
201
201
|
reflex/components/radix/themes/components/data_list.py,sha256=HONLbVvXZheA6-kuEdr-VM7m-euomyzcVT4ThJ9rLfw,1913
|
|
202
|
-
reflex/components/radix/themes/components/data_list.pyi,sha256=
|
|
202
|
+
reflex/components/radix/themes/components/data_list.pyi,sha256=CU1k4xSe-YQQdg3pcz4nP6zAMK9PhV_dLenYCeS4gO4,9000
|
|
203
203
|
reflex/components/radix/themes/components/dialog.py,sha256=Mo-maY1XGvWzWcG2sAAk1BbVyGj0XJnb7XnpD_ULgoA,2737
|
|
204
|
-
reflex/components/radix/themes/components/dialog.pyi,sha256=
|
|
204
|
+
reflex/components/radix/themes/components/dialog.pyi,sha256=G1hM6hMlaOYov2HeFuejUM9Mo6056bkBqXD2HRSOdR4,15475
|
|
205
205
|
reflex/components/radix/themes/components/dropdown_menu.py,sha256=QQgZIhkjxmv3INgSIL4gnskJorTxYVT8eslw58N61Ys,10338
|
|
206
|
-
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=
|
|
206
|
+
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=8xKAXQxGRxgFZD-9w2LTKG-iyBCl80UPg8K5TqIxzFo,18756
|
|
207
207
|
reflex/components/radix/themes/components/hover_card.py,sha256=kcNM2hKxNmpQ-H71DAhcsg0zzHRAQ2Ev73liTTND4xc,3252
|
|
208
|
-
reflex/components/radix/themes/components/hover_card.pyi,sha256=
|
|
208
|
+
reflex/components/radix/themes/components/hover_card.pyi,sha256=xKMHZ5Q5mnoTFx4B_XWrBxeuNFpSXyWCViP7H701y0Y,8944
|
|
209
209
|
reflex/components/radix/themes/components/icon_button.py,sha256=YXO1dcXyw6C8Wu5RH1t_YQtwhyACAXIfL54vpSdJbOo,3151
|
|
210
|
-
reflex/components/radix/themes/components/icon_button.pyi,sha256=
|
|
210
|
+
reflex/components/radix/themes/components/icon_button.pyi,sha256=FsT-O7a6DDYOuMfPsaxy2Gw_shHo3jVUc24DAIG6oTw,6994
|
|
211
211
|
reflex/components/radix/themes/components/inset.py,sha256=97IDh6uyB-b0IL_-266OTWobqDBh2HjR7KWVFtX2Ctk,1183
|
|
212
|
-
reflex/components/radix/themes/components/inset.pyi,sha256=
|
|
212
|
+
reflex/components/radix/themes/components/inset.pyi,sha256=a6OZlK7ZdUE0zoS9aTuxJwSJjmEL4V_KB6D6BR5ZDaQ,2700
|
|
213
213
|
reflex/components/radix/themes/components/popover.py,sha256=Ss0Crkv6zdBiK-rQgsR-b5eUaI2ONNKngRc7fjkCvKc,4061
|
|
214
|
-
reflex/components/radix/themes/components/popover.pyi,sha256=
|
|
214
|
+
reflex/components/radix/themes/components/popover.pyi,sha256=CZhN-1ySJO4eDg-5vQRqw8JNa4xh_64P423PbI1FC8Y,9291
|
|
215
215
|
reflex/components/radix/themes/components/progress.py,sha256=4fFDlQ_NVH2dG6Z0aq06ccofVz3CV8IcYN0qmkeo-Wc,2403
|
|
216
|
-
reflex/components/radix/themes/components/progress.pyi,sha256=
|
|
216
|
+
reflex/components/radix/themes/components/progress.pyi,sha256=Soz5YKOHYqPfS0kYsE7t8pzhE936YtC2w5h2zqiK2rk,2471
|
|
217
217
|
reflex/components/radix/themes/components/radio.py,sha256=mRxsFINGyIoK64sVP3M3noXhrYM8X2MN7WBGmIGeAfQ,865
|
|
218
|
-
reflex/components/radix/themes/components/radio.pyi,sha256=
|
|
218
|
+
reflex/components/radix/themes/components/radio.pyi,sha256=IXTE8xb_1-FcWzmQZ1QEPR8Q5sS_rNwi19HEk5u47f0,2586
|
|
219
219
|
reflex/components/radix/themes/components/radio_cards.py,sha256=mmO08NCVYyfSJB04IOktkDWsbNwKmEP48LdfJSor7pI,3080
|
|
220
|
-
reflex/components/radix/themes/components/radio_cards.pyi,sha256=
|
|
220
|
+
reflex/components/radix/themes/components/radio_cards.pyi,sha256=urKYwys7dc3lRPopdSBYRnLZKvlI-eR9wyZqPI1zZLw,4975
|
|
221
221
|
reflex/components/radix/themes/components/radio_group.py,sha256=QRUZ-u_SB4F31XhelXkraK_G20nFoGjDrfEkX5s22QE,6916
|
|
222
222
|
reflex/components/radix/themes/components/radio_group.pyi,sha256=nW1bAkG88xbEqJA7khv5M5Q51oPydC4HLWduDgg0mE4,18421
|
|
223
223
|
reflex/components/radix/themes/components/scroll_area.py,sha256=c01UqMhM3cSZUqDrEJAtUfP1n3pz1jA07iNGBjvMB3A,945
|
|
224
|
-
reflex/components/radix/themes/components/scroll_area.pyi,sha256=
|
|
224
|
+
reflex/components/radix/themes/components/scroll_area.pyi,sha256=ckWuGNNDGd8t8QLsQge3VvewTXX5k4cA28ab8vR57LU,2613
|
|
225
225
|
reflex/components/radix/themes/components/segmented_control.py,sha256=E2kqQ8rQ45it4EeQwS_Oh_h7dIQ4sa_Ia9MFPOQ3YUs,2272
|
|
226
226
|
reflex/components/radix/themes/components/segmented_control.pyi,sha256=JxGXWIWe57kkGP1CgYhzsX17eN0J8A1MdEsiuFpqjmc,7849
|
|
227
227
|
reflex/components/radix/themes/components/select.py,sha256=pHOKI3H954ZlVHK5lf074D6SuEsEglaZVeJkgPFDGPE,8083
|
|
228
|
-
reflex/components/radix/themes/components/select.pyi,sha256=
|
|
228
|
+
reflex/components/radix/themes/components/select.pyi,sha256=3sUpRLF3KletTxHGn6KNOClztEzo7zmFUu4Bbhpn_tQ,20338
|
|
229
229
|
reflex/components/radix/themes/components/separator.py,sha256=Yj0Y34gGTdm3LWcjtqGazWflkfpVBVEBHvXSAujbf5A,991
|
|
230
|
-
reflex/components/radix/themes/components/separator.pyi,sha256=
|
|
230
|
+
reflex/components/radix/themes/components/separator.pyi,sha256=SWF8ZnY5koLVt7Kf4-tMRSwaMgsiIF1aWQGTjW7uSk0,2677
|
|
231
231
|
reflex/components/radix/themes/components/skeleton.py,sha256=oHltF5lOzE8T0poYtIXj3f2x8O_iZ56HCtx0a9AJ_Kw,918
|
|
232
|
-
reflex/components/radix/themes/components/skeleton.pyi,sha256=
|
|
233
|
-
reflex/components/radix/themes/components/slider.py,sha256=
|
|
232
|
+
reflex/components/radix/themes/components/skeleton.pyi,sha256=PcbglNTHoDwvWVWl-Jay3tBXHosn6ON8-_Al-f12Q4I,2769
|
|
233
|
+
reflex/components/radix/themes/components/slider.py,sha256=uCHtirhQ1UA95Wd1GWYZDfkO-fbt4yDxIYdQZpxZgdE,3363
|
|
234
234
|
reflex/components/radix/themes/components/slider.pyi,sha256=H17xxKo0axrKFUbc3-w-o3Wy4ybb8c4TVkj9k_gfv0k,6641
|
|
235
235
|
reflex/components/radix/themes/components/spinner.py,sha256=_qDonsJKxGYxpJ0mrbbby8Yt8IllYsAkTOYUVUL6cMc,521
|
|
236
|
-
reflex/components/radix/themes/components/spinner.pyi,sha256=
|
|
236
|
+
reflex/components/radix/themes/components/spinner.pyi,sha256=od9Na3JuJNH2rbQ8Rm80VK2BYZSMpIxKoc4zTuDT0_o,2818
|
|
237
237
|
reflex/components/radix/themes/components/switch.py,sha256=jlxyUeJpisCmLcslnjoP4RN1NyLTwRlQoL99utVUbJo,1795
|
|
238
|
-
reflex/components/radix/themes/components/switch.pyi,sha256=
|
|
238
|
+
reflex/components/radix/themes/components/switch.pyi,sha256=DKtWFR7Qu8O5FkTBilHJu6jCR_ZDE5-KkpTfYumSYy0,2776
|
|
239
239
|
reflex/components/radix/themes/components/table.py,sha256=x0vH4Xkz3OQ0cttD8P0WkmoMqpeqA4qIZvuE7MunqgE,3850
|
|
240
|
-
reflex/components/radix/themes/components/table.pyi,sha256=
|
|
240
|
+
reflex/components/radix/themes/components/table.pyi,sha256=ndXBgDFo_50x3Hik0AoKfMApx9FZMNj0kUOqwfqZYWU,21185
|
|
241
241
|
reflex/components/radix/themes/components/tabs.py,sha256=ZAG9bQOteF3QK9DI4M0OJNvKbEUTjt55kqoUzdMYDWU,4663
|
|
242
242
|
reflex/components/radix/themes/components/tabs.pyi,sha256=FAJBo48nbvtH-Bga6_eY0wHeAnjC7EwXUbu77spXnp4,15540
|
|
243
243
|
reflex/components/radix/themes/components/text_area.py,sha256=K8hvtjGF_KQyYQucUWdlLLWZRc05DtTUR0HV8PDOtqE,3468
|
|
244
|
-
reflex/components/radix/themes/components/text_area.pyi,sha256=
|
|
244
|
+
reflex/components/radix/themes/components/text_area.pyi,sha256=3Yp1N6E33jgd-My1t_iUv2uonqVfNVZKcaKUf9Otefg,5630
|
|
245
245
|
reflex/components/radix/themes/components/text_field.py,sha256=_KhPzL72zcemQtuW49BsQ7sOo5YXnqlYJlCS-12PlyQ,4313
|
|
246
|
-
reflex/components/radix/themes/components/text_field.pyi,sha256=
|
|
246
|
+
reflex/components/radix/themes/components/text_field.pyi,sha256=OCyffF5tMNyI6UphbXt3ivvQ8V7lfE7gavC-X26rtUI,21359
|
|
247
247
|
reflex/components/radix/themes/components/tooltip.py,sha256=gltUqaPjtBKJD7TRMpqQbXkXDUIU6gmekW3ADt2zItQ,4412
|
|
248
|
-
reflex/components/radix/themes/components/tooltip.pyi,sha256=
|
|
248
|
+
reflex/components/radix/themes/components/tooltip.pyi,sha256=Oq6AIjhgxNB_aed6LuVwUEfqZFKuO4UxxHpSjil1m4U,3119
|
|
249
249
|
reflex/components/radix/themes/layout/__init__.py,sha256=dbRNzJ9pag7luTO3saNvgKzozrGNJ02_Vn9r3SwJHN4,406
|
|
250
250
|
reflex/components/radix/themes/layout/__init__.pyi,sha256=sng_WYGple1YiiYqADhuKntz5Dh3j-MkTA3XG6_kimU,785
|
|
251
251
|
reflex/components/radix/themes/layout/base.py,sha256=c3BeWnkQk2Q_tJm3zrEUBFyRaNkVE099dj2Q4w2Xcx0,931
|
|
252
252
|
reflex/components/radix/themes/layout/base.pyi,sha256=lm77mG_1kUL_ZBF-HXyJyU43p0_BLW3PmCHmEzeQqfs,7542
|
|
253
253
|
reflex/components/radix/themes/layout/box.py,sha256=vRVV01ImylfzLUSb69CXO02wxartbIuY77CCds6AimM,355
|
|
254
|
-
reflex/components/radix/themes/layout/box.pyi,sha256=
|
|
254
|
+
reflex/components/radix/themes/layout/box.pyi,sha256=AtWEdFjW6fVv7PTHonnRtY_ppogcS5SRdydbIAct3MI,2628
|
|
255
255
|
reflex/components/radix/themes/layout/center.py,sha256=iNGsfoVUrVtb-TH3sdOVpxUQHF-2GTVFVCX_KkRuQog,490
|
|
256
|
-
reflex/components/radix/themes/layout/center.pyi,sha256=
|
|
256
|
+
reflex/components/radix/themes/layout/center.pyi,sha256=3zHJZDzTMt45TVg9EMd2CYVb0KHBzHjwfHKhR4FeBSA,5052
|
|
257
257
|
reflex/components/radix/themes/layout/container.py,sha256=xO2GItAa7z_eAAlMo4wk1pK29kY8vYd2jviSk35YMuU,1580
|
|
258
|
-
reflex/components/radix/themes/layout/container.pyi,sha256=
|
|
258
|
+
reflex/components/radix/themes/layout/container.pyi,sha256=mC2s-YzbD5T0LOz_LR0ArYts99s7I05Wt4FH3CO-yaA,2759
|
|
259
259
|
reflex/components/radix/themes/layout/flex.py,sha256=6eCcASb8ZVL6kXk5qYNW1FRc0SDwAK94MNN64p5kwE8,1585
|
|
260
|
-
reflex/components/radix/themes/layout/flex.pyi,sha256=
|
|
260
|
+
reflex/components/radix/themes/layout/flex.pyi,sha256=GgDt6Egj3-GUN-E77WtzIWkX0UEIYWVs-p3GkzwiofI,5247
|
|
261
261
|
reflex/components/radix/themes/layout/grid.py,sha256=eQFrOceqCCHXDt-1M9PzA12iehsia2IxOdRsnWbK4Tg,1745
|
|
262
|
-
reflex/components/radix/themes/layout/grid.pyi,sha256=
|
|
262
|
+
reflex/components/radix/themes/layout/grid.pyi,sha256=ePh9x4qdSY5mKrG-hPKzo4e7n7H_dXm8efS37YTWFQg,6031
|
|
263
263
|
reflex/components/radix/themes/layout/list.py,sha256=eMj2c8xstA8H9R9JZooPdt6jGhZv8g6HtJDukRUg6kU,5375
|
|
264
|
-
reflex/components/radix/themes/layout/list.pyi,sha256=
|
|
264
|
+
reflex/components/radix/themes/layout/list.pyi,sha256=MOS2Z-loVDFdK7OpIcteYWDeM6p10ZZEvVGH5txCftQ,15743
|
|
265
265
|
reflex/components/radix/themes/layout/section.py,sha256=0GqUCgBLnfFIlzo68cp6gxfuweCyvmyV2LZGKUN5bic,652
|
|
266
|
-
reflex/components/radix/themes/layout/section.pyi,sha256=
|
|
266
|
+
reflex/components/radix/themes/layout/section.pyi,sha256=zjKZeHS4czx1nfCclC2IpCx5eL6mXDaaXiJbUnw3hp4,2965
|
|
267
267
|
reflex/components/radix/themes/layout/spacer.py,sha256=tDmJ4f-eH4CtuWiQh-91-8xCmHfTttSwzcJt-SIS_Ww,473
|
|
268
|
-
reflex/components/radix/themes/layout/spacer.pyi,sha256=
|
|
268
|
+
reflex/components/radix/themes/layout/spacer.pyi,sha256=5HBUWtbEF94MvP3fXsm4o12iDMYJMRbvEd7n1NYiUGU,5052
|
|
269
269
|
reflex/components/radix/themes/layout/stack.py,sha256=IhrN3M4U65quGcKF0P99BHQlNo2JeJeK01U9UoM6JuM,1672
|
|
270
|
-
reflex/components/radix/themes/layout/stack.pyi,sha256=
|
|
270
|
+
reflex/components/radix/themes/layout/stack.pyi,sha256=WTUmzj92TWcqCtBYwMl827P5vJuJRL9BVFlhU9731oI,13613
|
|
271
271
|
reflex/components/radix/themes/typography/__init__.py,sha256=dEopnJWc8cPs1oUBK3wMHQtzQ_QNM9pIblzEWbZZ4G4,422
|
|
272
272
|
reflex/components/radix/themes/typography/__init__.pyi,sha256=AhPSTCyPgUSm0uRi3v2TT3RLRT2nbnz4sSjHZ6bfxgE,445
|
|
273
273
|
reflex/components/radix/themes/typography/base.py,sha256=3eiAZGs_l19E3fE8KpX75llSE2FoeuD3yp84wUnBX0s,409
|
|
274
274
|
reflex/components/radix/themes/typography/blockquote.py,sha256=Fk8-SUisU71Nim2Dlk8wt1gstoLOmqP8Mod4_BSHj4o,949
|
|
275
|
-
reflex/components/radix/themes/typography/blockquote.pyi,sha256=
|
|
275
|
+
reflex/components/radix/themes/typography/blockquote.pyi,sha256=wRVK426QVwu7njoSWxW5oZCpzIRBpv6aneR-B8DlEog,4988
|
|
276
276
|
reflex/components/radix/themes/typography/code.py,sha256=sSshc5GsSOsJPi_SbR7nkAeUjh53jk3EN35zTH1dGow,1151
|
|
277
|
-
reflex/components/radix/themes/typography/code.pyi,sha256=
|
|
277
|
+
reflex/components/radix/themes/typography/code.pyi,sha256=M0_IahkVUdoGOP1BDmYVUqLU0h85irBBPYrLAJI6IgM,5321
|
|
278
278
|
reflex/components/radix/themes/typography/heading.py,sha256=YVoQu9cLx5SJSNkliNp5UyVhrwu7vgpIMj1X43jifd0,1575
|
|
279
|
-
reflex/components/radix/themes/typography/heading.pyi,sha256=
|
|
279
|
+
reflex/components/radix/themes/typography/heading.pyi,sha256=q61J5_RfoRzQvrVo6UNYeqBNXl5HC9rnDn124o6Llck,6139
|
|
280
280
|
reflex/components/radix/themes/typography/link.py,sha256=UpjiOLMiJTlra5bY3UAF1iC0faU2F7hpxUP527n-jao,3928
|
|
281
|
-
reflex/components/radix/themes/typography/link.pyi,sha256=
|
|
281
|
+
reflex/components/radix/themes/typography/link.pyi,sha256=pxkGaNNpZESZ2wRKP6ZgyF-BYoWEt15OIfy73zWaKpo,6272
|
|
282
282
|
reflex/components/radix/themes/typography/text.py,sha256=qnpZuqyabh-VuKGBtlOmu3dfZloBXehjCtEk4AmZQLg,2843
|
|
283
|
-
reflex/components/radix/themes/typography/text.pyi,sha256=
|
|
283
|
+
reflex/components/radix/themes/typography/text.pyi,sha256=XYxhCaC800pSenZqwJv-1AQepjbIXdthC5GKuD1EAkI,28245
|
|
284
284
|
reflex/components/react_player/__init__.py,sha256=1OTHeZkuefi-zIVXc_QZMTBg4_RsGrMaJHducUuZQCU,171
|
|
285
285
|
reflex/components/react_player/audio.py,sha256=_Qrlz5b7U4L8vtYpOOK6piKbROT6w_isnCuDYoxrOik,176
|
|
286
286
|
reflex/components/react_player/audio.pyi,sha256=eflFHe3kg6Yl532DuLXiYjk31vPA0b72ORAMiEsyXcg,3581
|
|
@@ -290,14 +290,14 @@ reflex/components/react_player/video.py,sha256=WmdxzLtrZNNm9Nals5IpYUGhm45P14hR7
|
|
|
290
290
|
reflex/components/react_player/video.pyi,sha256=aVS-qKsSsy1EG_izQnPHeIuZ5Exuh1UlOJOITGr2SEs,3581
|
|
291
291
|
reflex/components/react_router/__init__.py,sha256=ittQ4lHlEsjDneYXODIjz3U0Z8jjtD6xjQuQNDd2MOQ,105
|
|
292
292
|
reflex/components/react_router/dom.py,sha256=1Aw6UfojyO1EmylyNX_ozxqhGUqfjrgWki8zN_d5QqM,2298
|
|
293
|
-
reflex/components/react_router/dom.pyi,sha256=
|
|
293
|
+
reflex/components/react_router/dom.pyi,sha256=cvyX6Akm0fQ8_mrra-BRDCEibZyrUkkfMI_ZI_ww_Oc,3735
|
|
294
294
|
reflex/components/recharts/__init__.py,sha256=M8Xa0KVrwloklxPHqZCEBF8HaDluK4w5brXnlIrdNHI,2696
|
|
295
295
|
reflex/components/recharts/__init__.pyi,sha256=MnpXChZwm3DYprV7Ufc-yOptpqKpzRT_sou3oRk11jk,4080
|
|
296
|
-
reflex/components/recharts/cartesian.py,sha256=
|
|
296
|
+
reflex/components/recharts/cartesian.py,sha256=jLsC-VWL3zIY-6uFMVhEv_pR_MATUDhO530lF8C1pBE,34156
|
|
297
297
|
reflex/components/recharts/cartesian.pyi,sha256=H7B9bV6ycezRpU2QasRqGZu04_8d18q2IRB6g1BpTXA,103677
|
|
298
298
|
reflex/components/recharts/charts.py,sha256=jb3017IgoVl4kpWD6SFcF3k9nMmAN67H0QNmvf7Uo0k,18903
|
|
299
299
|
reflex/components/recharts/charts.pyi,sha256=Z9Zt3AMNPSfsC4_GZuYPUCB4plu-irRrTb5aK2woDQk,48902
|
|
300
|
-
reflex/components/recharts/general.py,sha256=
|
|
300
|
+
reflex/components/recharts/general.py,sha256=c3SRcKzNvSeKcbVInl-zNrDxNe0LgejqcblGGdN9ssU,8968
|
|
301
301
|
reflex/components/recharts/general.pyi,sha256=e77vGL8lo-t1jI79h0O12qSK5e9wbjerPslCxQQgSBw,23462
|
|
302
302
|
reflex/components/recharts/polar.py,sha256=zocHpwWQ0lbg4BTnEBwQ6J9SSJsOYRwZGf9UPzxoNKs,15682
|
|
303
303
|
reflex/components/recharts/polar.pyi,sha256=8ShEcGK9KJyu0FN6KPys1kgAYrzOZ6wtiRuytHJ--38,26937
|
|
@@ -319,45 +319,45 @@ reflex/constants/compiler.py,sha256=1FXPYQNotaSrTwWcOspA1gCVmEdoiWkNMbbrz_qU0YU,
|
|
|
319
319
|
reflex/constants/config.py,sha256=8OIjiBdZZJrRVHsNBheMwopE9AwBFFzau0SXqXKcrPg,1715
|
|
320
320
|
reflex/constants/custom_components.py,sha256=joJt4CEt1yKy7wsBH6vYo7_QRW0O_fWXrrTf0VY2q14,1317
|
|
321
321
|
reflex/constants/event.py,sha256=tgoynWQi2L0_Kqc3XhXo7XXL76A-OKhJGHRrNjm7gFw,2885
|
|
322
|
-
reflex/constants/installer.py,sha256=
|
|
322
|
+
reflex/constants/installer.py,sha256=nzyvtCXgcGt7Anbbx4gC3s7QYdupFVZZUOfztxgjk14,4191
|
|
323
323
|
reflex/constants/route.py,sha256=UBjqaAOxiUxlDZCSY4O2JJChKvA4MZrhUU0E5rNvKbM,2682
|
|
324
324
|
reflex/constants/state.py,sha256=VrEeYxXfE9ss8RmOHIXD4T6EGsV9PDqbtMCQMmZxW3I,383
|
|
325
325
|
reflex/constants/utils.py,sha256=e1ChEvbHfmE_V2UJvCSUhD_qTVAIhEGPpRJSqdSd6PA,780
|
|
326
326
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
327
|
-
reflex/custom_components/custom_components.py,sha256=
|
|
327
|
+
reflex/custom_components/custom_components.py,sha256=rFoxkq-nL3S7SLIRgNvA02hl7r4YquwYEOxLG46eChw,25370
|
|
328
328
|
reflex/experimental/__init__.py,sha256=P8fe8S2e2gy2HCwHFGQzr3lPMmh7qN5Ii2e8ukoPHuQ,1664
|
|
329
|
-
reflex/experimental/client_state.py,sha256=
|
|
329
|
+
reflex/experimental/client_state.py,sha256=bkCQUtOrK32uO9ylng7HvPpBcqgMz3p4IYovWe5xnFQ,9950
|
|
330
330
|
reflex/experimental/hooks.py,sha256=CHYGrAE5t8riltrJmDFgJ4D2Vhmhw-y3B3MSGNlOQow,2366
|
|
331
331
|
reflex/istate/__init__.py,sha256=afq_pCS5B_REC-Kl3Rbaa538uWi59xNz4INeuENcWnk,2039
|
|
332
|
-
reflex/istate/data.py,sha256=
|
|
332
|
+
reflex/istate/data.py,sha256=ZT7uW_Ish3A0V4x2Lu8PD__GkiOd3nHY0lAeGcghp68,7872
|
|
333
333
|
reflex/istate/dynamic.py,sha256=xOQ9upZVPf6ngqcLQZ9HdAAYmoWwJ8kRFPH34Q5HTiM,91
|
|
334
334
|
reflex/istate/proxy.py,sha256=BwlJYWR5FMItqbHVulhgI_TH8jtP69HkXXpTtClXXcs,25993
|
|
335
335
|
reflex/istate/storage.py,sha256=gCPoiZxuG-Rw0y-Pz3OC7rv4o08dQ_jK1fE2u8Jhxqg,4339
|
|
336
336
|
reflex/istate/wrappers.py,sha256=p8uuioXRbR5hperwbOJHUcWdu7hukLikQdoR7qrnKsI,909
|
|
337
|
-
reflex/istate/manager/__init__.py,sha256=
|
|
338
|
-
reflex/istate/manager/disk.py,sha256=
|
|
337
|
+
reflex/istate/manager/__init__.py,sha256=jG5A1lmVtU7BC3dRMfXhd7jI3keUVX8QMEXTteTzhO8,3876
|
|
338
|
+
reflex/istate/manager/disk.py,sha256=2gtMg2aQK1ZuIbgz7EHshOBUGNTHxI__4D3HDTdvePo,13450
|
|
339
339
|
reflex/istate/manager/memory.py,sha256=5rAJlgQAhBB0B3hQT3TYyu-N37TzRvhLcCItcyWkrcw,2477
|
|
340
340
|
reflex/istate/manager/redis.py,sha256=TBOdZfeXigL6nbKVDOgkxX595ZQJtRYOEToSlE6MZyM,18297
|
|
341
341
|
reflex/middleware/__init__.py,sha256=x7xTeDuc73Hjj43k1J63naC9x8vzFxl4sq7cCFBX7sk,111
|
|
342
342
|
reflex/middleware/hydrate_middleware.py,sha256=1ch7bx2ZhojOR15b-LHD2JztrWCnpPJjTe8MWHJe-5Y,1510
|
|
343
343
|
reflex/middleware/middleware.py,sha256=p5VVoIgQ_NwOg_GOY6g0S4fmrV76_VE1zt-HiwbMw-s,1158
|
|
344
344
|
reflex/plugins/__init__.py,sha256=jrMWQqMxCwDwgwQYTygeR_pIewMcvIFwAnngPbjSumQ,439
|
|
345
|
-
reflex/plugins/_screenshot.py,sha256=
|
|
345
|
+
reflex/plugins/_screenshot.py,sha256=BvqtMie3QZOMGvsMNKJ8jWuQ3AysCOU0kJMbU6YTy70,3958
|
|
346
346
|
reflex/plugins/base.py,sha256=5BgzCM7boj9kJ6FGzVzVlgQk-crJuVmOLCl1PXvv4-E,3372
|
|
347
|
-
reflex/plugins/shared_tailwind.py,sha256=
|
|
347
|
+
reflex/plugins/shared_tailwind.py,sha256=XPnswswPW3UIeEu5ghecdEeYtpikG5ksD92sM-VwKYM,7221
|
|
348
348
|
reflex/plugins/sitemap.py,sha256=X_CtH5B1w3CZno-gdPj1rp63WjOuNjFnX4B3fx_-VFQ,6135
|
|
349
349
|
reflex/plugins/tailwind_v3.py,sha256=jCEZ5UYdr706Mw48L-WSHOUB6O55o1C3uG6AMwXqZoI,4810
|
|
350
350
|
reflex/plugins/tailwind_v4.py,sha256=8G7iXj6wYRRJlCWlce_vtCgs1YittFvLucyUP-sPXhc,5230
|
|
351
351
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
352
352
|
reflex/utils/build.py,sha256=j-OY90O7gMP_bclVt_6J3Q2GFgOHQH_uFpTfdaWmuqU,9746
|
|
353
|
-
reflex/utils/codespaces.py,sha256=
|
|
354
|
-
reflex/utils/compat.py,sha256=
|
|
353
|
+
reflex/utils/codespaces.py,sha256=SIATnmlGCABPvjvRIENUCwP-fcjqKhdoOYiFY_Eua6M,4339
|
|
354
|
+
reflex/utils/compat.py,sha256=Zcb5zWGfFnVLL8RpIKFuiheiK3uC3rrvJIQKPE_CyZU,3025
|
|
355
355
|
reflex/utils/console.py,sha256=W41Ogj1Jk8tEOhXXy9dy4KCLYp5rn0NZQwbBqXbkwSI,13668
|
|
356
|
-
reflex/utils/decorator.py,sha256=
|
|
356
|
+
reflex/utils/decorator.py,sha256=7atW7sk7UnSTLIzmb-69oYgKv_ZpoLIShTOW9J_IAcI,3954
|
|
357
357
|
reflex/utils/exceptions.py,sha256=Wwu7Ji2xgq521bJKtU2NgjwhmFfnG8erirEVN2h8S-g,8884
|
|
358
358
|
reflex/utils/exec.py,sha256=xMwRnCd9SyTbvwBPS5i3C6ZcorLSFViqB_fOoCqsDEc,22833
|
|
359
359
|
reflex/utils/export.py,sha256=dR8Q7OymxcS8PCvx5zV2kOZmjKgOmuAfKfL8XifHJd4,2907
|
|
360
|
-
reflex/utils/format.py,sha256
|
|
360
|
+
reflex/utils/format.py,sha256=BAq-BO0ON5ionaDaO0yJIZ3Y1YT7hhpYlGHZ5-x9w4o,20981
|
|
361
361
|
reflex/utils/frontend_skeleton.py,sha256=FqvNWclY_lRR-odjQmP-xaY3uiWVD2l5qqExt8qRzEI,8769
|
|
362
362
|
reflex/utils/imports.py,sha256=SlQfMTbJasXHxrpcHdWKPWiIZ1Kn2-tulMF32_YA2ek,4262
|
|
363
363
|
reflex/utils/js_runtimes.py,sha256=Xia4pIyWGwUmNnTgELm04oxVQobwdQvmK87AHTr3B1o,13542
|
|
@@ -366,29 +366,29 @@ reflex/utils/misc.py,sha256=emPjhUsL5WV8BFwwN8I0IrYUJyB1VlhsfnTLcCB3xco,4596
|
|
|
366
366
|
reflex/utils/monitoring.py,sha256=AZ5KZqaPBOIkfNB___rmXK0zEPjwDXHIlUDwKPVPBmI,5235
|
|
367
367
|
reflex/utils/net.py,sha256=q3h5pNbAlFiqy8U15S9DTOvzy_OnenVVug5ROBTGRTA,4267
|
|
368
368
|
reflex/utils/path_ops.py,sha256=_RS17IQDNr5vcoLLGZx2-z1E5WP-JgDHvaRAOgqrZiU,8154
|
|
369
|
-
reflex/utils/prerequisites.py,sha256=
|
|
369
|
+
reflex/utils/prerequisites.py,sha256=CKrzD41-F1KA7H3oob-OtWuAHWOqUcPGbEvgYwbrphE,21164
|
|
370
370
|
reflex/utils/processes.py,sha256=UzXcQ8Qp8TyOMcHrAG7Q8K2YJcXPXhswzBqDMcok0hc,18131
|
|
371
|
-
reflex/utils/pyi_generator.py,sha256=
|
|
371
|
+
reflex/utils/pyi_generator.py,sha256=dDX7pktR6ERE5TPrM4bGhpECu1FaAFadbSqY3W0TlhU,46105
|
|
372
372
|
reflex/utils/redir.py,sha256=UuVMCISI9UJTzIkQGZZPtW9wRwTsBUo4LaKPegs8dIo,1197
|
|
373
373
|
reflex/utils/registry.py,sha256=omKh5rrsybDuuKmh4K88lwdwwcpGsu3Vc4pCko_djKY,2239
|
|
374
374
|
reflex/utils/rename.py,sha256=8f3laR0Zr3uizKKDD_1woPz-FZvUPjzD-fDeNHf7wBk,5232
|
|
375
|
-
reflex/utils/serializers.py,sha256=
|
|
376
|
-
reflex/utils/telemetry.py,sha256=
|
|
377
|
-
reflex/utils/templates.py,sha256=
|
|
375
|
+
reflex/utils/serializers.py,sha256=SBjJ0s6euZYfRsb0gzZy3YQdkYkTNU9_-nzk_LyX2C4,14039
|
|
376
|
+
reflex/utils/telemetry.py,sha256=_jrI6pT3bKedtPFoZXw-tU9cdIh7-fCXl30c6G2jf2M,10756
|
|
377
|
+
reflex/utils/templates.py,sha256=hSZXol3_fE7d51yeK30XNsCG7ZhD6F09JNzqmBy_MaU,14099
|
|
378
378
|
reflex/utils/token_manager.py,sha256=ZtrYR0X8tTs8FpQHtMb09-H2V1xSoLWwVH8jW8OCrU8,7445
|
|
379
|
-
reflex/utils/types.py,sha256=
|
|
379
|
+
reflex/utils/types.py,sha256=CjGrLXnrPooFCpfzm8TFAf_7tZX7-eThROga4QzDxMY,38781
|
|
380
380
|
reflex/vars/__init__.py,sha256=pUzFFkY-brpEoqYHQc41VefaOdPQG6xzjer1RJy9IKo,1264
|
|
381
|
-
reflex/vars/base.py,sha256=
|
|
382
|
-
reflex/vars/color.py,sha256=
|
|
381
|
+
reflex/vars/base.py,sha256=q2YZv-FywQaC-LHvR1U3QTY8ksPYSdj5RSJEzKGOFo0,112774
|
|
382
|
+
reflex/vars/color.py,sha256=PdZ50n7YqIgueIr8FKBkII-aPpD8x7xqbi3MLgI7iGQ,4856
|
|
383
383
|
reflex/vars/datetime.py,sha256=obQaZ8dW5qfO4vwBy7fbwtes8rn4dvK-jEq5JQXUVXM,5218
|
|
384
|
-
reflex/vars/dep_tracking.py,sha256=
|
|
385
|
-
reflex/vars/function.py,sha256=
|
|
384
|
+
reflex/vars/dep_tracking.py,sha256=xGFpMpw5ZmmHHIBHeoDRReE7kmxRfSJI-IqRu_KwSRA,13813
|
|
385
|
+
reflex/vars/function.py,sha256=hWybWw-N_10RrsZrd41EEJ5yfwkMW0vSh79gUhdQZg4,13944
|
|
386
386
|
reflex/vars/number.py,sha256=Cejba-47shtQt-j0uD_HRfTGOm1IF1uZ1WwpWSrcLSE,28865
|
|
387
|
-
reflex/vars/object.py,sha256=
|
|
388
|
-
reflex/vars/sequence.py,sha256=
|
|
387
|
+
reflex/vars/object.py,sha256=j3b-j66Qa0XDJofMkcJtb8e-TdNx2_hjyEPnrGJEaFY,17833
|
|
388
|
+
reflex/vars/sequence.py,sha256=OyCfMsv50Zr6W26DMISWjLX6FzK3rbxNcgKepgYr7Pk,52326
|
|
389
389
|
scripts/hatch_build.py,sha256=-4pxcLSFmirmujGpQX9UUxjhIC03tQ_fIQwVbHu9kc0,1861
|
|
390
|
-
reflex-0.8.
|
|
391
|
-
reflex-0.8.
|
|
392
|
-
reflex-0.8.
|
|
393
|
-
reflex-0.8.
|
|
394
|
-
reflex-0.8.
|
|
390
|
+
reflex-0.8.16a1.dist-info/METADATA,sha256=pjpZ59bccbMFPGfB1D9dZMQ8U1T6P5WXKKbWf2yxuaw,12562
|
|
391
|
+
reflex-0.8.16a1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
392
|
+
reflex-0.8.16a1.dist-info/entry_points.txt,sha256=Rxt4dXc7MLBNt5CSHTehVPuSe9Xqow4HLX55nD9tQQ0,45
|
|
393
|
+
reflex-0.8.16a1.dist-info/licenses/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
394
|
+
reflex-0.8.16a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|