reflex 0.6.2a2__py3-none-any.whl → 0.6.2.post1__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/components/core/upload.py +1 -0
- reflex/custom_components/custom_components.py +1 -1
- {reflex-0.6.2a2.dist-info → reflex-0.6.2.post1.dist-info}/METADATA +1 -1
- {reflex-0.6.2a2.dist-info → reflex-0.6.2.post1.dist-info}/RECORD +7 -7
- {reflex-0.6.2a2.dist-info → reflex-0.6.2.post1.dist-info}/LICENSE +0 -0
- {reflex-0.6.2a2.dist-info → reflex-0.6.2.post1.dist-info}/WHEEL +0 -0
- {reflex-0.6.2a2.dist-info → reflex-0.6.2.post1.dist-info}/entry_points.txt +0 -0
reflex/components/core/upload.py
CHANGED
|
@@ -260,7 +260,7 @@ def _validate_library_name(library_name: str | None) -> NameVariants:
|
|
|
260
260
|
# Module name is the snake case.
|
|
261
261
|
module_name = "_".join(name_parts)
|
|
262
262
|
|
|
263
|
-
custom_component_module_dir = f"reflex_{module_name}"
|
|
263
|
+
custom_component_module_dir = Path(f"reflex_{module_name}")
|
|
264
264
|
console.debug(f"Custom component source directory: {custom_component_module_dir}")
|
|
265
265
|
|
|
266
266
|
# Use the same name for the directory and the app.
|
|
@@ -92,7 +92,7 @@ reflex/components/core/html.pyi,sha256=9GX54xaqOpHWhaPDbyRozEDV5UX-hA0E8T3OIsq6X
|
|
|
92
92
|
reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf_2N_EjCAHwdc,30
|
|
93
93
|
reflex/components/core/match.py,sha256=xhzO8LHl99Gd6yoPJ-UFZsPqilHwZJ7SWJmhly5_exE,9102
|
|
94
94
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
95
|
-
reflex/components/core/upload.py,sha256=
|
|
95
|
+
reflex/components/core/upload.py,sha256=BO46ShQNJ_Fih8CiakOMczqSFCoxQSCT16PxgjiyYtc,10198
|
|
96
96
|
reflex/components/core/upload.pyi,sha256=hlp5cAPMLBOGenA_ZnJKbfEJ3_-AOTAfuDHX2IHHkhk,16140
|
|
97
97
|
reflex/components/datadisplay/__init__.py,sha256=L8pWWKNHWdUD2fbZRoEKjd_8c_hpDdGYO463hwkoIi4,438
|
|
98
98
|
reflex/components/datadisplay/__init__.pyi,sha256=rYMwO_X4NvUex6IL2MMTnhdFRp8Lz5zweMwXaW_l7nc,588
|
|
@@ -330,7 +330,7 @@ reflex/constants/installer.py,sha256=XamyG7xDBVDg1sx1_EToQYHXeoEoK3-XbStX9Rd3Qv8
|
|
|
330
330
|
reflex/constants/route.py,sha256=fu1jp9MoIriUJ8Cu4gLeinTxkyVBbRPs8Bkt35vqYOM,2144
|
|
331
331
|
reflex/constants/style.py,sha256=sJ6LuPY1OWemwMXnI1Htm-pa087HWT6PWljUeyokcUI,474
|
|
332
332
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
333
|
-
reflex/custom_components/custom_components.py,sha256=
|
|
333
|
+
reflex/custom_components/custom_components.py,sha256=jju21QgdM8mkpMfaboTwEPYASsvb46yvGt53seMI6pg,33000
|
|
334
334
|
reflex/event.py,sha256=cVvsiKBQnL8-UjFmiVtEaZXbmYgx6YkuT-4bTEiI8fE,38139
|
|
335
335
|
reflex/experimental/__init__.py,sha256=usDkf5yRMHKHjdRa_KfedFeD-urOMAKBuNfsghzvre4,1974
|
|
336
336
|
reflex/experimental/assets.py,sha256=GZRdfIs03HXCSShyvdztu6vFsJ9Z8W4ZFCjJGZrNURY,1837
|
|
@@ -377,8 +377,8 @@ reflex/vars/function.py,sha256=GjTGRjDhMRACSPBIGNYgQzjKI2WgfhSluAWCm1mJQnU,5478
|
|
|
377
377
|
reflex/vars/number.py,sha256=U9n61-zBIIPUDNy_exbvXuuJraCYmD489gjeU2OwAis,28091
|
|
378
378
|
reflex/vars/object.py,sha256=wOq74_nDNAhqgT21HkHGfRukGdLjWoLprHjFNy1hjy8,14988
|
|
379
379
|
reflex/vars/sequence.py,sha256=SCtuo4Nohsfg5y-r5RyyYYThNIk9znkPUC_bLg5XGd8,45881
|
|
380
|
-
reflex-0.6.
|
|
381
|
-
reflex-0.6.
|
|
382
|
-
reflex-0.6.
|
|
383
|
-
reflex-0.6.
|
|
384
|
-
reflex-0.6.
|
|
380
|
+
reflex-0.6.2.post1.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
381
|
+
reflex-0.6.2.post1.dist-info/METADATA,sha256=Mw_2RsiDlshvyqTpdx5Msxm6mEb-5zgY6ikfOwb_RYM,11984
|
|
382
|
+
reflex-0.6.2.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
383
|
+
reflex-0.6.2.post1.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
384
|
+
reflex-0.6.2.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|