reflex 0.5.3a2__py3-none-any.whl → 0.5.4a1__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/apps/demo/code/webui/state.py +3 -2
- reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +19 -20
- reflex/.templates/web/utils/state.js +6 -0
- reflex/__init__.py +7 -1
- reflex/__init__.pyi +2 -0
- reflex/app.py +2 -5
- reflex/compiler/compiler.py +2 -2
- reflex/components/component.py +19 -6
- reflex/components/core/client_side_routing.py +2 -2
- reflex/components/core/client_side_routing.pyi +1 -0
- reflex/components/core/upload.py +1 -1
- reflex/components/datadisplay/dataeditor.py +7 -2
- reflex/components/datadisplay/dataeditor.pyi +1 -0
- reflex/components/el/elements/forms.py +18 -11
- reflex/components/el/elements/forms.pyi +1 -0
- reflex/components/markdown/markdown.py +1 -1
- reflex/components/plotly/plotly.py +76 -12
- reflex/components/plotly/plotly.pyi +15 -82
- reflex/components/radix/themes/base.py +9 -2
- reflex/components/radix/themes/base.pyi +1 -0
- reflex/components/recharts/cartesian.py +42 -14
- reflex/components/recharts/cartesian.pyi +81 -17
- reflex/components/recharts/charts.py +12 -21
- reflex/components/recharts/charts.pyi +53 -14
- reflex/components/sonner/toast.py +30 -14
- reflex/components/sonner/toast.pyi +8 -4
- reflex/config.py +22 -14
- reflex/constants/__init__.py +2 -0
- reflex/constants/config.py +7 -0
- reflex/event.py +12 -6
- reflex/experimental/__init__.py +22 -2
- reflex/experimental/client_state.py +81 -23
- reflex/experimental/hooks.py +29 -35
- reflex/experimental/layout.py +8 -3
- reflex/experimental/layout.pyi +536 -0
- reflex/reflex.py +9 -5
- reflex/style.py +1 -0
- reflex/testing.py +44 -13
- reflex/utils/format.py +8 -1
- reflex/utils/processes.py +27 -0
- reflex/utils/pyi_generator.py +11 -4
- reflex/utils/serializers.py +114 -15
- reflex/utils/types.py +6 -2
- reflex/vars.py +39 -10
- reflex/vars.pyi +2 -2
- {reflex-0.5.3a2.dist-info → reflex-0.5.4a1.dist-info}/METADATA +1 -1
- {reflex-0.5.3a2.dist-info → reflex-0.5.4a1.dist-info}/RECORD +50 -49
- {reflex-0.5.3a2.dist-info → reflex-0.5.4a1.dist-info}/LICENSE +0 -0
- {reflex-0.5.3a2.dist-info → reflex-0.5.4a1.dist-info}/WHEEL +0 -0
- {reflex-0.5.3a2.dist-info → reflex-0.5.4a1.dist-info}/entry_points.txt +0 -0
|
@@ -27,7 +27,7 @@ reflex/.templates/apps/demo/code/webui/components/loading_icon.py,sha256=XsfXj_6
|
|
|
27
27
|
reflex/.templates/apps/demo/code/webui/components/modal.py,sha256=6IIN8tgYzhSGFe4psZn77-ZiTGNJIiBfTk9pmJufjkA,1829
|
|
28
28
|
reflex/.templates/apps/demo/code/webui/components/navbar.py,sha256=1T10fDy-h3rRuuw31MnJ0rxSB32QwppAmfi8kHHHZ9I,2251
|
|
29
29
|
reflex/.templates/apps/demo/code/webui/components/sidebar.py,sha256=YTi33v3FMZAbPdbaA3U0AYUa1jw20aysxjyPm7H3JFY,1735
|
|
30
|
-
reflex/.templates/apps/demo/code/webui/state.py,sha256=
|
|
30
|
+
reflex/.templates/apps/demo/code/webui/state.py,sha256=AKVq3yF97VjIFI4AM7C0oTy3bSQrb0CGkI5b0onz374,4038
|
|
31
31
|
reflex/.templates/apps/demo/code/webui/styles.py,sha256=uRkh7p30iWWDK86UlFolT9jL2HRHEhdfaKU0tYeNS_M,2281
|
|
32
32
|
reflex/.templates/jinja/app/rxconfig.py.jinja2,sha256=Scfnv_vZXIPQcz8zNIa4FmjEym1U5VMMWX4lryUMi10,74
|
|
33
33
|
reflex/.templates/jinja/custom_components/README.md.jinja2,sha256=qA4XZDxOTc2gRIG7CO1VvVawOgThwZqU2RZvRTPhXwE,127
|
|
@@ -51,7 +51,7 @@ reflex/.templates/jinja/web/utils/context.js.jinja2,sha256=Vl2pKWItPjYSSVvPGRZHM
|
|
|
51
51
|
reflex/.templates/jinja/web/utils/theme.js.jinja2,sha256=cdRQR4cx0OFHUY060k1AdsPpK7BNUV--NzsC9HdH4l8,37
|
|
52
52
|
reflex/.templates/web/.gitignore,sha256=3tT0CtVkCL09D_Y3Hd4myUgGcBuESeavCa0WHU5ifJ4,417
|
|
53
53
|
reflex/.templates/web/components/reflex/chakra_color_mode_provider.js,sha256=4vJnV_AVrlH6FRzT4p0DF-kfHGKF3H6nXKtUEmAscKI,595
|
|
54
|
-
reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha256=
|
|
54
|
+
reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha256=fsWXkFlu7FaC-_2owLbDWZnl-ly4gg00XgBAD-KTcKI,655
|
|
55
55
|
reflex/.templates/web/jsconfig.json,sha256=Y9sEhjJcpk-ZDj-sxHYCvF9UZF4fyBL4oUlphb9X9Hk,97
|
|
56
56
|
reflex/.templates/web/next.config.js,sha256=ZpGOqo9wHEbt0S08G70VfUNUjFe79UXo7Cde8X8V10E,118
|
|
57
57
|
reflex/.templates/web/postcss.config.js,sha256=oEjUS1dzudKcmoPCD_B1ss2m1K14VDM0S6GAyrs1Ric,108
|
|
@@ -61,16 +61,16 @@ reflex/.templates/web/utils/helpers/dataeditor.js,sha256=anZgi8RJ_J0yqDez1Ks51fN
|
|
|
61
61
|
reflex/.templates/web/utils/helpers/debounce.js,sha256=xGhtTRtS_xIcaeqnYVvYJNseLgQVk-DW-eFiHJYO9As,528
|
|
62
62
|
reflex/.templates/web/utils/helpers/range.js,sha256=FevdZzCVxjF57ullfjpcUpeOXRxh5v09YnBB0jPbrS4,1152
|
|
63
63
|
reflex/.templates/web/utils/helpers/throttle.js,sha256=qxeyaEojaTeX36FPGftzVWrzDsRQU4iqg3U9RJz9Vj4,566
|
|
64
|
-
reflex/.templates/web/utils/state.js,sha256=
|
|
65
|
-
reflex/__init__.py,sha256=
|
|
66
|
-
reflex/__init__.pyi,sha256=
|
|
64
|
+
reflex/.templates/web/utils/state.js,sha256=uVUJ86IFs3kaaw-U843lU0cU3LAxYoO3A8RUsI8MBH8,22762
|
|
65
|
+
reflex/__init__.py,sha256=ByxtrWmBO18FaPFZyf0IWgMvpHu5Im4mNSHIE3hvboo,9396
|
|
66
|
+
reflex/__init__.pyi,sha256=s6y5J_1Yiu6VV4S-uIflKzI7ZPvwd3n3Z9xt4H5rHjg,10494
|
|
67
67
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
68
68
|
reflex/admin.py,sha256=-bTxFUEoHo4X9FzmcSa6KSVVPpF7wh38lBvF67GhSvQ,373
|
|
69
|
-
reflex/app.py,sha256=
|
|
69
|
+
reflex/app.py,sha256=0pfbkE39vqHNICbC3Xnmwy75uYhk57l_SWFhzPi7Sjw,49327
|
|
70
70
|
reflex/app_module_for_backend.py,sha256=zGsgZWpl11exOuH34JZUimNgBnWpjL7WH4SW6LItxgY,1227
|
|
71
71
|
reflex/base.py,sha256=nqvgm-f1Fcj1WQrphKFniZWIM13bzr48OgfPBo1KZd8,4274
|
|
72
72
|
reflex/compiler/__init__.py,sha256=r8jqmDSFf09iV2lHlNhfc9XrTLjNxfDNwPYlxS4cmHE,27
|
|
73
|
-
reflex/compiler/compiler.py,sha256=
|
|
73
|
+
reflex/compiler/compiler.py,sha256=kUlK41tVK9AE1Txuo9gM1WIOsEvYxELcXhDalB8E3iE,17482
|
|
74
74
|
reflex/compiler/templates.py,sha256=TKjq2cTtiwNZ_zIYNSTA6vG3CU2EoyrFTfkq8zhAL68,4344
|
|
75
75
|
reflex/compiler/utils.py,sha256=-lAG69cEm2pRke3cfRIRw52YCt3RK4HJkfUNwsg6dHQ,13274
|
|
76
76
|
reflex/components/__init__.py,sha256=oU81-YkofdNKgmwppJitqDnBNBXAWUtDV8_ULSaBVgg,637
|
|
@@ -235,13 +235,13 @@ reflex/components/chakra/typography/span.py,sha256=2DbW5DB27ijtTeugSDUVp3nQ64mrG
|
|
|
235
235
|
reflex/components/chakra/typography/span.pyi,sha256=itDe7RpjJN_K_9pZ7n_U9qlrTshGejv9lh5plvh3DCU,3372
|
|
236
236
|
reflex/components/chakra/typography/text.py,sha256=9YXBdK5UYqgDam3ITeRSnd8bu9ht3zydt0pkmJAECsk,472
|
|
237
237
|
reflex/components/chakra/typography/text.pyi,sha256=FzqNtf0NUkGmRLrazSyfKHqznJjz_KCryU-2sRghZ0M,3596
|
|
238
|
-
reflex/components/component.py,sha256=
|
|
238
|
+
reflex/components/component.py,sha256=kpxOqQnOZoL2jmR_S7CkqhQGjKuRW79PsxH0G5BMw5s,77595
|
|
239
239
|
reflex/components/core/__init__.py,sha256=96AHGkr07-cYckZqHg2ba_sAl964-S__CPYfM_wXHBk,1184
|
|
240
240
|
reflex/components/core/__init__.pyi,sha256=a-Mo7MQPoKLaVGlR_qVCrYPesCZd57tftynedO7-qvw,1828
|
|
241
241
|
reflex/components/core/banner.py,sha256=FE7Bbx4DDRqINxQKb-20iIa-OFVCaIklXwFbc1CAlUM,8226
|
|
242
242
|
reflex/components/core/banner.pyi,sha256=bEd8owWyrLNmNs6prgj1ZtrirS2ZSajkKmGXVdNXaKg,22710
|
|
243
|
-
reflex/components/core/client_side_routing.py,sha256=
|
|
244
|
-
reflex/components/core/client_side_routing.pyi,sha256=
|
|
243
|
+
reflex/components/core/client_side_routing.py,sha256=i4KT2f5mEF1IwkFC_7LMHRykJzL_kCYpwRk7TyTsmfE,1880
|
|
244
|
+
reflex/components/core/client_side_routing.pyi,sha256=hQ3Z6JGiFTMn94-U5SWE05KKA7rP2-WirXB7wefMCEw,6306
|
|
245
245
|
reflex/components/core/colors.py,sha256=-hzVGLEq3TiqroqzMi_YzGBCPXMvkNsen3pS_NzIQNk,590
|
|
246
246
|
reflex/components/core/cond.py,sha256=4jKcg9IBprpWAGY28Iymxe5Pu0UMEH-2e64zIkmf7_w,6163
|
|
247
247
|
reflex/components/core/debounce.py,sha256=gcWv6HNMtPMdh7zxek10v77R07PPfiQJPunb_7FycEM,4860
|
|
@@ -252,14 +252,14 @@ reflex/components/core/html.pyi,sha256=sEvOH8E0b8GGpFjmNo5edBZN6gPN0F8FHFrQcp7wl
|
|
|
252
252
|
reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf_2N_EjCAHwdc,30
|
|
253
253
|
reflex/components/core/match.py,sha256=Mbkl0FWbf0Y2CsWzExgLFwR25OeH0kKk7Y-ZnqMt3-0,9507
|
|
254
254
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
255
|
-
reflex/components/core/upload.py,sha256=
|
|
255
|
+
reflex/components/core/upload.py,sha256=wD7M0DQn_5BnFl0gZBYXRh3Lfp6VK-xcH8AB58vmaBs,10179
|
|
256
256
|
reflex/components/core/upload.pyi,sha256=oQrEGaxccScvApKs8nGgyHg8xbLYzM4gZw39s1zKGjQ,17180
|
|
257
257
|
reflex/components/datadisplay/__init__.py,sha256=NedB3qfW3CJYPDHudiHP1-wEcpwGk78vVKk-T_eek4U,470
|
|
258
258
|
reflex/components/datadisplay/__init__.pyi,sha256=oFr43Hj2QVaF12U9JY0Ki3ulmnfW9hlX2zfaIfO5CIs,690
|
|
259
259
|
reflex/components/datadisplay/code.py,sha256=TZwZRwBb2XwjI8I80I-7ZgsRpJxTQBKYV-VnZMdD3qA,11379
|
|
260
260
|
reflex/components/datadisplay/code.pyi,sha256=jJqpMAiMvhZvqwuXvgLWWsZCExzzQIt4vNBy3PrFjTg,31228
|
|
261
|
-
reflex/components/datadisplay/dataeditor.py,sha256=
|
|
262
|
-
reflex/components/datadisplay/dataeditor.pyi,sha256=
|
|
261
|
+
reflex/components/datadisplay/dataeditor.py,sha256=tLKNy1ejucCSc7HObkczkEaNiTPpT9WsUrd0gSrKQIE,12801
|
|
262
|
+
reflex/components/datadisplay/dataeditor.pyi,sha256=_tIdjsmpazGu-9rJcVFelI4TU4ZGnBhgjs9yQ_xsLa0,10596
|
|
263
263
|
reflex/components/datadisplay/logo.py,sha256=fdQ9gDxBln8MDRDN3hP4JkF6BhttnD6GhgGRaBmu0EU,2562
|
|
264
264
|
reflex/components/el/__init__.py,sha256=n4CYTU8Jb9Tj1oU3I7zaMikxn2XBc4bOX2e4blI6jac,415
|
|
265
265
|
reflex/components/el/__init__.pyi,sha256=XYqcfr6tWMCwMvGySKi7WJNK2cUw4MaYg-BjLXjl5-M,9829
|
|
@@ -273,8 +273,8 @@ reflex/components/el/elements/__init__.py,sha256=bwHkDJTSNBTVSDUaSVCSfdMOwE89V9u
|
|
|
273
273
|
reflex/components/el/elements/__init__.pyi,sha256=LDpiMJxKQBk7Xp4YLr5K3RPsutbR7sMQFYuOOYvtRrI,9836
|
|
274
274
|
reflex/components/el/elements/base.py,sha256=7o_ifyF0Hq_zRpF5-WbiXWP7cgsiXju1jllUPnrOK8w,1982
|
|
275
275
|
reflex/components/el/elements/base.pyi,sha256=_40MCqre_XjD-rRoVXCC-SgyXTBOZqHkcCA_fURwlb4,6340
|
|
276
|
-
reflex/components/el/elements/forms.py,sha256=
|
|
277
|
-
reflex/components/el/elements/forms.pyi,sha256=
|
|
276
|
+
reflex/components/el/elements/forms.py,sha256=0sB1qfROW7lKo1a10l1zTdPJ7JKFwXkiLVjqdlDZBro,20632
|
|
277
|
+
reflex/components/el/elements/forms.pyi,sha256=x2nf3MnRNhYPFS-KL5-I74G_CIB-TgvwrOPjARvzGeE,99903
|
|
278
278
|
reflex/components/el/elements/inline.py,sha256=OfQaGs6f0-9ycjZGbC8izJrHaGcTSVloF83AaJ9DKow,4084
|
|
279
279
|
reflex/components/el/elements/inline.pyi,sha256=NbiEfpZNVjQfhfidbT5O6V-XbxlrtnQCp3FWHSM3-b4,165080
|
|
280
280
|
reflex/components/el/elements/media.py,sha256=Jmy_HKJmTqeK43p25GJ0BTPBPFU-IPWmHLJlzZSlcrY,8767
|
|
@@ -299,7 +299,7 @@ reflex/components/lucide/__init__.py,sha256=EggTK2MuQKQeOBLKW-mF0VaDK9zdWBImu1HO
|
|
|
299
299
|
reflex/components/lucide/icon.py,sha256=L-Nc9AGk0neNlZqe_RofhTgOrSfmmhKO1ZTuMsgNdsU,34077
|
|
300
300
|
reflex/components/lucide/icon.pyi,sha256=1IxHAIgJG0dG49aHmEptBcJiOb9_diiyt6q1nUcKrD0,37918
|
|
301
301
|
reflex/components/markdown/__init__.py,sha256=Dfl1At5uYoY7H4ufZU_RY2KOGQDLtj75dsZ2BTqqAns,87
|
|
302
|
-
reflex/components/markdown/markdown.py,sha256=
|
|
302
|
+
reflex/components/markdown/markdown.py,sha256=VHj2AQFClMdsLG-Ye1iOwV3yTCwg48wSrBPxYr-GNbs,10866
|
|
303
303
|
reflex/components/markdown/markdown.pyi,sha256=E-SG4gu4LSEprKixt9d8t2yS6e0WDHD2J2jnSdsJE7I,5100
|
|
304
304
|
reflex/components/media/__init__.py,sha256=TsrfSzpXcRImityfegI2N9-vfj1a47ONUS-vyCUCEds,44
|
|
305
305
|
reflex/components/media/icon.py,sha256=1N268zLI9opst8EQkF5gPA-UN0aMprguUJgSbdFdo5g,102
|
|
@@ -316,8 +316,8 @@ reflex/components/next/link.pyi,sha256=Ct36W1hDaaslIkM_enRXDoLO7KwJSbzaFLGyBdPQi
|
|
|
316
316
|
reflex/components/next/video.py,sha256=2f81Ftb-6sikQb1xvExZqqQe0tcVjUY80ldh-GJ_uZw,730
|
|
317
317
|
reflex/components/next/video.pyi,sha256=exp6Gg-YXJBspVcjQn6KhY4nWgopnDzt5cVII-Fk2Pw,3429
|
|
318
318
|
reflex/components/plotly/__init__.py,sha256=OX-Ly11fIg0uRTQHfqNVKV4M9xqMqLOqXzZIfKNYE0w,77
|
|
319
|
-
reflex/components/plotly/plotly.py,sha256=
|
|
320
|
-
reflex/components/plotly/plotly.pyi,sha256=
|
|
319
|
+
reflex/components/plotly/plotly.py,sha256=sX7RrVO86uXBvvVcCoyh3rtlizw8WI_dqHkM0vomuhE,8893
|
|
320
|
+
reflex/components/plotly/plotly.pyi,sha256=NnNjm69ig4NJKTdUZxr9Z3SsbA2wIzmsy-NKR7ai6Jk,6742
|
|
321
321
|
reflex/components/props.py,sha256=0zyzw4dmAAPh_-mbr0_jGSRDQFKUM9vkz5MXA81nZX0,906
|
|
322
322
|
reflex/components/radix/__init__.py,sha256=oGg_AE9vkAeGBJdQTth7tnbG_BtnXfQf402GnUp9LCY,473
|
|
323
323
|
reflex/components/radix/__init__.pyi,sha256=NYoGUYzuIliK97-txDmDGaYXqKYU-bjbT2nu1jHhksE,4038
|
|
@@ -337,8 +337,8 @@ reflex/components/radix/primitives/slider.py,sha256=whEo2n09mRqRJgq7JGRzrfMjvxHO
|
|
|
337
337
|
reflex/components/radix/primitives/slider.pyi,sha256=m-BYgslIMcTkoBYdeDysbpC5XTf9WjX-TylOZWkXNNk,16882
|
|
338
338
|
reflex/components/radix/themes/__init__.py,sha256=9HxYz_pwU9LHFJqDrDHSCSxuE-hsTaSE8t7IJoA-m20,491
|
|
339
339
|
reflex/components/radix/themes/__init__.pyi,sha256=AxRMKWpwoqrTX3c6_4UoA-c83UBMXlTUT5VunX09Vr0,514
|
|
340
|
-
reflex/components/radix/themes/base.py,sha256=
|
|
341
|
-
reflex/components/radix/themes/base.pyi,sha256=
|
|
340
|
+
reflex/components/radix/themes/base.py,sha256=Ru_bD_CzbQ48yLbEru9HCJv7uw17Ck2kI73rohx51BU,8705
|
|
341
|
+
reflex/components/radix/themes/base.pyi,sha256=_rtDedzTvV42SNEVHI_k1fyct8YT7H2GnXCGFnyYhjI,27182
|
|
342
342
|
reflex/components/radix/themes/color_mode.py,sha256=FenXbQGerDxrf_3gBsPc82Zb3F2AW2fSE9svYuSYFN8,5562
|
|
343
343
|
reflex/components/radix/themes/color_mode.pyi,sha256=YZhgqFy7Rg5mHOzavIqV0tPtLeVz4eUONe10n5Adt98,22164
|
|
344
344
|
reflex/components/radix/themes/components/__init__.py,sha256=AyKD27f07gNt0LUivdnkiztjTKERqWKf5Rvsem3oARQ,422
|
|
@@ -457,10 +457,10 @@ reflex/components/react_player/video.py,sha256=r_14UGX-u3MKqpyK6yGwlaqZGPGw1v6g9
|
|
|
457
457
|
reflex/components/react_player/video.pyi,sha256=yjyy03dNNAADtU_OiczuUigHNE2TVFbio_mCryorQ9U,4327
|
|
458
458
|
reflex/components/recharts/__init__.py,sha256=K9Pvqm27I8lMZECRziBhmfiLlt_6OysP6ksG43Fr694,2643
|
|
459
459
|
reflex/components/recharts/__init__.pyi,sha256=YSC9GJJrIcaImeNUjtIf_cEo3jrMFcxiXnunxu8nObA,5113
|
|
460
|
-
reflex/components/recharts/cartesian.py,sha256=
|
|
461
|
-
reflex/components/recharts/cartesian.pyi,sha256=
|
|
462
|
-
reflex/components/recharts/charts.py,sha256=
|
|
463
|
-
reflex/components/recharts/charts.pyi,sha256=
|
|
460
|
+
reflex/components/recharts/cartesian.py,sha256=IeNjtEgVRaLLZd_P927z8VSNsB1y5sN3SRRe6E-fJms,21327
|
|
461
|
+
reflex/components/recharts/cartesian.pyi,sha256=K2PSZVsZ6kM-JNSoVWpbB_KWp83SFN1FXHwE3DI9q9s,87624
|
|
462
|
+
reflex/components/recharts/charts.py,sha256=fFz02LvOd8M94vIRevnxp1mLBOhrzDs1jI3OgOv8bdk,18412
|
|
463
|
+
reflex/components/recharts/charts.pyi,sha256=hGX6hNjzQ8-Vw84P9d28h8lECXXKaVaATCOjJ87rXwk,50581
|
|
464
464
|
reflex/components/recharts/general.py,sha256=w2w5-2nNA6xhq41wT4nsxJ3XHAdtVsPje-54Svq3354,5792
|
|
465
465
|
reflex/components/recharts/general.pyi,sha256=rRkOOe43Rq1G9OD3XKJZwoesg2xbvtohiAMX3wEe6cY,22954
|
|
466
466
|
reflex/components/recharts/polar.py,sha256=w_HMUsxSB-CVdocecQygV0k3BsZlZfMRyIcnzGz5W9E,10714
|
|
@@ -468,8 +468,8 @@ reflex/components/recharts/polar.pyi,sha256=k33AH69aOyHGfEHaCQGA_cP2PYKnKgCs_yWa
|
|
|
468
468
|
reflex/components/recharts/recharts.py,sha256=Ap4HCCBY2Q9gdrh-PnHOvJY5ebIKCLgnQNrUWDp_bRs,2870
|
|
469
469
|
reflex/components/recharts/recharts.pyi,sha256=milPgyj87d3rOAcsruXTUP_vMJ1REBsDC6TJL0obap4,8535
|
|
470
470
|
reflex/components/sonner/__init__.py,sha256=L_mdRIy7-ccRGSz5VK6J8O-c-e-D1p9xWw29_ErrvGg,68
|
|
471
|
-
reflex/components/sonner/toast.py,sha256=
|
|
472
|
-
reflex/components/sonner/toast.pyi,sha256=
|
|
471
|
+
reflex/components/sonner/toast.py,sha256=KAP8Be4Mjz0XaeMcai06v6PcVBez7jtyAQoPgj9SMy8,10294
|
|
472
|
+
reflex/components/sonner/toast.pyi,sha256=HqsfRdELXA5Pt2kI1cFWzk7d3YDrbEAOlAHiaLbauBs,8280
|
|
473
473
|
reflex/components/suneditor/__init__.py,sha256=htkPzy0O_1ro1nw8w8gFPjYhg5xywMpsUfc4Dl3OHuw,109
|
|
474
474
|
reflex/components/suneditor/editor.py,sha256=GagQzBNxptJl6xYplta77m7aKqYbdlQ9Aldlw8Rxyzc,7360
|
|
475
475
|
reflex/components/suneditor/editor.pyi,sha256=h5NklINt1L8SdPwjwIsLeh1wpdncB_KEmooiV7WdAfs,10330
|
|
@@ -479,12 +479,12 @@ reflex/components/tags/iter_tag.py,sha256=FKPZtSR0wKyNrigEOYnGsndhXJzwNurTCEAS6Z
|
|
|
479
479
|
reflex/components/tags/match_tag.py,sha256=pMwy46ewquPNwa1S71sDS_0Ga8YuviSrbpBU-_CWsoQ,387
|
|
480
480
|
reflex/components/tags/tag.py,sha256=hT7zHJyut6SlCiQS6SZ-CaUrHgfLgm9NjNDQWo7uCEQ,2778
|
|
481
481
|
reflex/components/tags/tagless.py,sha256=qO7Gm4V0ITDyymHkyltfz53155ZBt-W_WIPDYy93ca0,587
|
|
482
|
-
reflex/config.py,sha256=
|
|
483
|
-
reflex/constants/__init__.py,sha256=
|
|
482
|
+
reflex/config.py,sha256=Lvgpk-ew6SevQxZ2m2ukJoWtjDfhTtWVaWImSpuq5LA,11687
|
|
483
|
+
reflex/constants/__init__.py,sha256=q67dwC2zqW9SHBSnrZ63zT7mz9pSeG1S6lP5M4L8jI8,2016
|
|
484
484
|
reflex/constants/base.py,sha256=9Xj23wwgDtUhXFdVV5occuKffgGo6u-_ikTPUn_O4pM,5846
|
|
485
485
|
reflex/constants/colors.py,sha256=gab_GwjKcbpRJGS2zX0gkmc_yFT1nmQbFDHqx0mXKB0,1625
|
|
486
486
|
reflex/constants/compiler.py,sha256=LoCYFgJJX3NwIDlgOyAapX2at9UnWQ67LaysRxSIvno,4207
|
|
487
|
-
reflex/constants/config.py,sha256=
|
|
487
|
+
reflex/constants/config.py,sha256=Kr78PoRK7pg_-P_u5EMCSu5QMzKaKssa3k-tVkjcrqM,1454
|
|
488
488
|
reflex/constants/custom_components.py,sha256=SX0SQVb-d6HJkZdezFL4UgkumyF6eJF682y4OvRUqUM,1268
|
|
489
489
|
reflex/constants/event.py,sha256=7cEUTWdIhWVw7g5Bn9yTZlxNnJY5MeJL55q-vT1YOZ0,2668
|
|
490
490
|
reflex/constants/installer.py,sha256=ezQ_lmLNyov2zDU5GYBSYiuuWK4s9tCOA7GtQgydyUY,3456
|
|
@@ -492,23 +492,24 @@ reflex/constants/route.py,sha256=fu1jp9MoIriUJ8Cu4gLeinTxkyVBbRPs8Bkt35vqYOM,214
|
|
|
492
492
|
reflex/constants/style.py,sha256=gSzu0sQEQjW81PekxJnwRs7SXQQVco-LxtVjCi0IQZc,636
|
|
493
493
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
494
494
|
reflex/custom_components/custom_components.py,sha256=vYBhEt0ceCTaXG_zQlD8aEUxEzyGwlc7D6RKah2Pp2A,33067
|
|
495
|
-
reflex/event.py,sha256=
|
|
496
|
-
reflex/experimental/__init__.py,sha256=
|
|
495
|
+
reflex/event.py,sha256=3E1LlezHO4XoWuXxkkoYEwPmMqrzqZ5_nvZCOcnLing,28385
|
|
496
|
+
reflex/experimental/__init__.py,sha256=Nm7dShDLu42HowVFHufn5nPwji-39p0OP-uV83a-cC4,1364
|
|
497
497
|
reflex/experimental/assets.py,sha256=ZqgbyPda5KsvtaESO8nds-5m7DvWq8AOgTF2bOAtToo,1757
|
|
498
|
-
reflex/experimental/client_state.py,sha256=
|
|
499
|
-
reflex/experimental/hooks.py,sha256=
|
|
500
|
-
reflex/experimental/layout.py,sha256=
|
|
498
|
+
reflex/experimental/client_state.py,sha256=ovd3n6e-vHc-w1v3w-MVFXIWkZYAqaxnEXTFH2PcBZM,8570
|
|
499
|
+
reflex/experimental/hooks.py,sha256=B0DgfZbop5VSNEmilxeGKKXG3tzZSrOtOZueGjQL_mc,2246
|
|
500
|
+
reflex/experimental/layout.py,sha256=KiYTiO49k8mEgLgbCNfbs8d6dgx_6AtlYgyzY7iTSMA,7494
|
|
501
|
+
reflex/experimental/layout.pyi,sha256=GULMurblUTmC5n3F2CaW4e9bUre16zrCvLxjgD-PXnA,20186
|
|
501
502
|
reflex/experimental/misc.py,sha256=4xlHrSCZaDyyiSexNKRbSfJ_UZy6-fzIBhKDeHNt94Q,281
|
|
502
503
|
reflex/middleware/__init__.py,sha256=x7xTeDuc73Hjj43k1J63naC9x8vzFxl4sq7cCFBX7sk,111
|
|
503
504
|
reflex/middleware/hydrate_middleware.py,sha256=iXgB_VID2moU9gNpc79TJHGGhQgDH6miT32T_0Ow5tU,1484
|
|
504
505
|
reflex/middleware/middleware.py,sha256=PX9TPaCHI1O-F3OucsZSp94gtMP3ALYs3zXSALOlN9E,1169
|
|
505
506
|
reflex/model.py,sha256=WMcJiT04HSM4fKTP9SIZJQoDrIO2vaPTsoao-X169V4,13227
|
|
506
507
|
reflex/page.py,sha256=NPT0xMownZGTiYiRtrUJnvAe_4oEvlzEJEkG-vrGhqI,2077
|
|
507
|
-
reflex/reflex.py,sha256=
|
|
508
|
+
reflex/reflex.py,sha256=1wJX6casYE_sAc1JCo4vng9gsyAeiYsG2Yw7itk5Abs,17874
|
|
508
509
|
reflex/route.py,sha256=WZS7stKgO94nekFFYHaOqNgN3zZGpJb3YpGF4ViTHmw,4198
|
|
509
510
|
reflex/state.py,sha256=y9ueyKjNgJ8vQXS1PvRhUOItzT4rMj_q9GCy2qMOCOQ,108928
|
|
510
|
-
reflex/style.py,sha256=
|
|
511
|
-
reflex/testing.py,sha256=
|
|
511
|
+
reflex/style.py,sha256=y_-HKOFC9XkleTKSzhgUjlbgfAlAngjQbPahaCku__Y,9576
|
|
512
|
+
reflex/testing.py,sha256=FJsQODHOjKHhhNOfupxxc2U9JbhSjLyyciQVhej6eXA,33073
|
|
512
513
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
513
514
|
reflex/utils/build.py,sha256=9LE93QlbfTHYyQWTgGZYSXX7QGDYzuE01ttWUVw_rGQ,8573
|
|
514
515
|
reflex/utils/compat.py,sha256=rfN5mMcNWFXT1ESLnZlR-bYG7XJKHvAScXMWo9iBsKg,1255
|
|
@@ -516,21 +517,21 @@ reflex/utils/console.py,sha256=-BHtwUabv8QlhGfEHupSn68fOOmPRZpkSvcqcjNBV-k,5182
|
|
|
516
517
|
reflex/utils/exceptions.py,sha256=3dHTYMHKHBCl1PZttA9AZ4Pa813I5RlfU58JXnI8T2c,2163
|
|
517
518
|
reflex/utils/exec.py,sha256=RsRlzE8JdxTlFSTACd9XrLt9liDbvdxZrM5wkae9R4k,10961
|
|
518
519
|
reflex/utils/export.py,sha256=UJd4BYFW9_eexhLCP4C5Ri8Cq2tWAPNVspq70lPLCyo,2270
|
|
519
|
-
reflex/utils/format.py,sha256=
|
|
520
|
+
reflex/utils/format.py,sha256=Z-COwTzZ0FyIBViQTFAyNP2IdXpqui21ueLNodlIpH8,25512
|
|
520
521
|
reflex/utils/imports.py,sha256=v_xLZiMn7UxxPu5mXln74tXi52wYKqPuZe11Ka31WuM,2309
|
|
521
522
|
reflex/utils/lazy_loader.py,sha256=iyQU_bnigzskD-fdoxkt19i6SGbrHdSOOwCgB2FJWjc,1281
|
|
522
523
|
reflex/utils/path_ops.py,sha256=Vy6fU_bXvOcCvbXdTSmeLwy_C4h9seYU-3yIrVdZEZQ,4737
|
|
523
524
|
reflex/utils/prerequisites.py,sha256=kbF7eNWmt-Vzi7wdnUZUJynMaQCtttoP4MT8vO6graw,52552
|
|
524
|
-
reflex/utils/processes.py,sha256=
|
|
525
|
-
reflex/utils/pyi_generator.py,sha256=
|
|
526
|
-
reflex/utils/serializers.py,sha256=
|
|
525
|
+
reflex/utils/processes.py,sha256=WFvcKDRVRCaNBbe3rZQega0K9DImwkHgyhJHyU98Gmw,13017
|
|
526
|
+
reflex/utils/pyi_generator.py,sha256=fDQ3zBaipI5AuXlTT4tfGFTzVK_lvljaZbHSpOENV8k,32982
|
|
527
|
+
reflex/utils/serializers.py,sha256=YrGNgfZNHbxuc4Kp5ph61WPu-QF0r6IR6KuVYluxcoY,11701
|
|
527
528
|
reflex/utils/telemetry.py,sha256=t4cvQmoAxTKAWF53vGH6ZEX5QYrK_KEcarmvMy-4_E4,5568
|
|
528
|
-
reflex/utils/types.py,sha256=
|
|
529
|
+
reflex/utils/types.py,sha256=VhLin6M0J7g3HdXw-Vf8ugA1USWDlHRKaDLaOCOkwHY,15255
|
|
529
530
|
reflex/utils/watch.py,sha256=HzGrHQIZ_62Di0BO46kd2AZktNA3A6nFIBuf8c6ip30,2609
|
|
530
|
-
reflex/vars.py,sha256=
|
|
531
|
-
reflex/vars.pyi,sha256=
|
|
532
|
-
reflex-0.5.
|
|
533
|
-
reflex-0.5.
|
|
534
|
-
reflex-0.5.
|
|
535
|
-
reflex-0.5.
|
|
536
|
-
reflex-0.5.
|
|
531
|
+
reflex/vars.py,sha256=gSe57MFAZ2NDAEru0SPWt6JpMrh1MpYdaNh6PH9MTZY,74088
|
|
532
|
+
reflex/vars.pyi,sha256=wz0EfaIlQkLlpd35gM0BpL6TxWzBl-9nj8N_3FP1nh8,6332
|
|
533
|
+
reflex-0.5.4a1.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
534
|
+
reflex-0.5.4a1.dist-info/METADATA,sha256=RPmRzqtW9covQNJwhonWhGuuF9H1CiME6s6GCTCil0s,12120
|
|
535
|
+
reflex-0.5.4a1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
536
|
+
reflex-0.5.4a1.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
537
|
+
reflex-0.5.4a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|