reflex 0.8.5a1__tar.gz → 0.8.5a2__tar.gz
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-0.8.5a1 → reflex-0.8.5a2}/PKG-INFO +1 -1
- {reflex-0.8.5a1 → reflex-0.8.5a2}/pyproject.toml +1 -1
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/compiler/utils.py +6 -12
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/auto_scroll.py +14 -13
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/base.py +4 -58
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/environment.py +0 -10
- {reflex-0.8.5a1 → reflex-0.8.5a2}/.gitignore +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/LICENSE +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/README.md +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/app/entry.client.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/app/routes.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/react-router.config.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/styles/__reflex_style_reset.css +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/react-theme.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/vite-plugin-safari-cachebust.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/web/vite.config.js +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/__main__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/admin.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/app.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/assets.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/compiler/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/compiler/compiler.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/compiler/templates.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/bare.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/body.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/body.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/document.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/document.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/fragment.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/link.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/link.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/meta.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/script.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/script.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/component.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/auto_scroll.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/banner.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/colors.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/cond.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/debounce.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/foreach.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/helmet.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/helmet.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/html.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/html.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/match.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/responsive.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/sticky.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/upload.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/window_events.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/core/window_events.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/dynamic.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/element.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/element.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/field.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/literals.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/moment/moment.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/props.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/video.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_router/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_router/dom.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/react_router/dom.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/general.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/tag.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/config.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/colors.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/compiler.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/config.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/custom_components.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/event.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/installer.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/route.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/state.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/constants/utils.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/event.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/experimental/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/experimental/client_state.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/experimental/hooks.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/data.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/dynamic.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/manager.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/proxy.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/storage.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/istate/wrappers.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/middleware/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/middleware/middleware.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/model.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/page.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/shared_tailwind.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/sitemap.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/tailwind_v3.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/plugins/tailwind_v4.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/py.typed +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/reflex.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/route.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/state.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/style.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/testing.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/build.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/codespaces.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/compat.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/console.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/decorator.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/exceptions.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/exec.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/export.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/format.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/imports.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/misc.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/net.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/path_ops.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/prerequisites.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/processes.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/redir.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/registry.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/serializers.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/telemetry.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/utils/types.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/__init__.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/base.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/datetime.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/function.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/number.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/object.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/vars/sequence.py +0 -0
- {reflex-0.8.5a1 → reflex-0.8.5a2}/scripts/hatch_build.py +0 -0
|
@@ -23,8 +23,7 @@ from reflex.constants.state import FIELD_MARKER
|
|
|
23
23
|
from reflex.istate.storage import Cookie, LocalStorage, SessionStorage
|
|
24
24
|
from reflex.state import BaseState, _resolve_delta
|
|
25
25
|
from reflex.style import Style
|
|
26
|
-
from reflex.utils import
|
|
27
|
-
from reflex.utils.exec import is_in_app_harness
|
|
26
|
+
from reflex.utils import format, imports, path_ops
|
|
28
27
|
from reflex.utils.imports import ImportVar, ParsedImportDict
|
|
29
28
|
from reflex.utils.prerequisites import get_web_dir
|
|
30
29
|
from reflex.vars.base import Field, Var
|
|
@@ -201,16 +200,11 @@ def compile_state(state: type[BaseState]) -> dict:
|
|
|
201
200
|
except RuntimeError:
|
|
202
201
|
pass
|
|
203
202
|
else:
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
).result()
|
|
210
|
-
console.warn(
|
|
211
|
-
f"Had to get initial state in a thread 🤮 {resolved_initial_state}",
|
|
212
|
-
)
|
|
213
|
-
return _sorted_keys(resolved_initial_state)
|
|
203
|
+
with concurrent.futures.ThreadPoolExecutor() as pool:
|
|
204
|
+
resolved_initial_state = pool.submit(
|
|
205
|
+
asyncio.run, _resolve_delta(initial_state)
|
|
206
|
+
).result()
|
|
207
|
+
return _sorted_keys(resolved_initial_state)
|
|
214
208
|
|
|
215
209
|
# Normally the compile runs before any event loop starts, we asyncio.run is available for calling.
|
|
216
210
|
return _sorted_keys(asyncio.run(_resolve_delta(initial_state)))
|
|
@@ -52,11 +52,12 @@ class AutoScroll(Div):
|
|
|
52
52
|
The hooks required for the component.
|
|
53
53
|
"""
|
|
54
54
|
ref_name = self.get_ref()
|
|
55
|
+
unique_id = ref_name
|
|
55
56
|
return [
|
|
56
|
-
"const
|
|
57
|
-
"const
|
|
57
|
+
f"const wasNearBottom_{unique_id} = useRef(false);",
|
|
58
|
+
f"const hadScrollbar_{unique_id} = useRef(false);",
|
|
58
59
|
f"""
|
|
59
|
-
const
|
|
60
|
+
const checkIfNearBottom_{unique_id} = () => {{
|
|
60
61
|
if (!{ref_name}.current) return;
|
|
61
62
|
|
|
62
63
|
const container = {ref_name}.current;
|
|
@@ -64,14 +65,14 @@ const checkIfNearBottom = () => {{
|
|
|
64
65
|
|
|
65
66
|
const distanceFromBottom = container.scrollHeight - container.scrollTop - container.clientHeight;
|
|
66
67
|
|
|
67
|
-
|
|
68
|
+
wasNearBottom_{unique_id}.current = distanceFromBottom <= nearBottomThreshold;
|
|
68
69
|
|
|
69
70
|
// Track if container had a scrollbar
|
|
70
|
-
|
|
71
|
+
hadScrollbar_{unique_id}.current = container.scrollHeight > container.clientHeight;
|
|
71
72
|
}};
|
|
72
73
|
""",
|
|
73
74
|
f"""
|
|
74
|
-
const
|
|
75
|
+
const scrollToBottomIfNeeded_{unique_id} = () => {{
|
|
75
76
|
if (!{ref_name}.current) return;
|
|
76
77
|
|
|
77
78
|
const container = {ref_name}.current;
|
|
@@ -80,12 +81,12 @@ const scrollToBottomIfNeeded = () => {{
|
|
|
80
81
|
// Scroll if:
|
|
81
82
|
// 1. User was near bottom, OR
|
|
82
83
|
// 2. Container didn't have scrollbar before but does now
|
|
83
|
-
if (
|
|
84
|
+
if (wasNearBottom_{unique_id}.current || (!hadScrollbar_{unique_id}.current && hasScrollbarNow)) {{
|
|
84
85
|
container.scrollTop = container.scrollHeight;
|
|
85
86
|
}}
|
|
86
87
|
|
|
87
88
|
// Update scrollbar state for next check
|
|
88
|
-
|
|
89
|
+
hadScrollbar_{unique_id}.current = hasScrollbarNow;
|
|
89
90
|
}};
|
|
90
91
|
""",
|
|
91
92
|
f"""
|
|
@@ -93,24 +94,24 @@ useEffect(() => {{
|
|
|
93
94
|
const container = {ref_name}.current;
|
|
94
95
|
if (!container) return;
|
|
95
96
|
|
|
96
|
-
|
|
97
|
+
scrollToBottomIfNeeded_{unique_id}();
|
|
97
98
|
|
|
98
99
|
// Create ResizeObserver to detect height changes
|
|
99
100
|
const resizeObserver = new ResizeObserver(() => {{
|
|
100
|
-
|
|
101
|
+
scrollToBottomIfNeeded_{unique_id}();
|
|
101
102
|
}});
|
|
102
103
|
|
|
103
104
|
// Track scroll position before height changes
|
|
104
|
-
container.addEventListener('scroll',
|
|
105
|
+
container.addEventListener('scroll', checkIfNearBottom_{unique_id});
|
|
105
106
|
|
|
106
107
|
// Initial check
|
|
107
|
-
|
|
108
|
+
checkIfNearBottom_{unique_id}();
|
|
108
109
|
|
|
109
110
|
// Observe container for size changes
|
|
110
111
|
resizeObserver.observe(container);
|
|
111
112
|
|
|
112
113
|
return () => {{
|
|
113
|
-
container.removeEventListener('scroll',
|
|
114
|
+
container.removeEventListener('scroll', checkIfNearBottom_{unique_id});
|
|
114
115
|
resizeObserver.disconnect();
|
|
115
116
|
}};
|
|
116
117
|
}});
|
|
@@ -11,8 +11,6 @@ from typing import Literal
|
|
|
11
11
|
|
|
12
12
|
from platformdirs import PlatformDirs
|
|
13
13
|
|
|
14
|
-
from .utils import classproperty
|
|
15
|
-
|
|
16
14
|
IS_WINDOWS = platform.system() == "Windows"
|
|
17
15
|
IS_MACOS = platform.system() == "Darwin"
|
|
18
16
|
IS_LINUX = platform.system() == "Linux"
|
|
@@ -119,9 +117,6 @@ class ReflexHostingCLI(SimpleNamespace):
|
|
|
119
117
|
class Templates(SimpleNamespace):
|
|
120
118
|
"""Constants related to Templates."""
|
|
121
119
|
|
|
122
|
-
# The route on Reflex backend to query which templates are available and their URLs.
|
|
123
|
-
APP_TEMPLATES_ROUTE = "/app-templates"
|
|
124
|
-
|
|
125
120
|
# The default template
|
|
126
121
|
DEFAULT = "blank"
|
|
127
122
|
|
|
@@ -132,58 +127,12 @@ class Templates(SimpleNamespace):
|
|
|
132
127
|
CHOOSE_TEMPLATES = "choose-templates"
|
|
133
128
|
|
|
134
129
|
# The URL to find reflex templates.
|
|
135
|
-
REFLEX_TEMPLATES_URL =
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
DEFAULT_TEMPLATE_URL = "https://blank-template.reflex.run"
|
|
130
|
+
REFLEX_TEMPLATES_URL = (
|
|
131
|
+
"https://reflex.dev/docs/getting-started/open-source-templates/"
|
|
132
|
+
)
|
|
139
133
|
|
|
140
134
|
# The reflex.build frontend host
|
|
141
|
-
REFLEX_BUILD_FRONTEND = "https://reflex.
|
|
142
|
-
|
|
143
|
-
# The reflex.build backend host
|
|
144
|
-
REFLEX_BUILD_BACKEND = "https://flexgen-prod-flexgen.fly.dev"
|
|
145
|
-
|
|
146
|
-
@classproperty
|
|
147
|
-
@classmethod
|
|
148
|
-
def REFLEX_BUILD_URL(cls):
|
|
149
|
-
"""The URL to redirect to reflex.build.
|
|
150
|
-
|
|
151
|
-
Returns:
|
|
152
|
-
The URL to redirect to reflex.build.
|
|
153
|
-
"""
|
|
154
|
-
from reflex.environment import environment
|
|
155
|
-
|
|
156
|
-
return (
|
|
157
|
-
environment.REFLEX_BUILD_FRONTEND.get()
|
|
158
|
-
+ "/gen?reflex_init_token={reflex_init_token}"
|
|
159
|
-
)
|
|
160
|
-
|
|
161
|
-
@classproperty
|
|
162
|
-
@classmethod
|
|
163
|
-
def REFLEX_BUILD_POLL_URL(cls):
|
|
164
|
-
"""The URL to poll waiting for the user to select a generation.
|
|
165
|
-
|
|
166
|
-
Returns:
|
|
167
|
-
The URL to poll waiting for the user to select a generation.
|
|
168
|
-
"""
|
|
169
|
-
from reflex.environment import environment
|
|
170
|
-
|
|
171
|
-
return environment.REFLEX_BUILD_BACKEND.get() + "/api/init/{reflex_init_token}"
|
|
172
|
-
|
|
173
|
-
@classproperty
|
|
174
|
-
@classmethod
|
|
175
|
-
def REFLEX_BUILD_CODE_URL(cls):
|
|
176
|
-
"""The URL to fetch the generation's reflex code.
|
|
177
|
-
|
|
178
|
-
Returns:
|
|
179
|
-
The URL to fetch the generation's reflex code.
|
|
180
|
-
"""
|
|
181
|
-
from reflex.environment import environment
|
|
182
|
-
|
|
183
|
-
return (
|
|
184
|
-
environment.REFLEX_BUILD_BACKEND.get()
|
|
185
|
-
+ "/api/gen/{generation_hash}/refactored"
|
|
186
|
-
)
|
|
135
|
+
REFLEX_BUILD_FRONTEND = "https://build.reflex.dev"
|
|
187
136
|
|
|
188
137
|
class Dirs(SimpleNamespace):
|
|
189
138
|
"""Folders used by the template system of Reflex."""
|
|
@@ -204,9 +153,6 @@ class Javascript(SimpleNamespace):
|
|
|
204
153
|
# The node modules directory.
|
|
205
154
|
NODE_MODULES = "node_modules"
|
|
206
155
|
|
|
207
|
-
# The package lock file.
|
|
208
|
-
PACKAGE_LOCK = "package-lock.json"
|
|
209
|
-
|
|
210
156
|
|
|
211
157
|
class ReactRouter(Javascript):
|
|
212
158
|
"""Constants related to React Router."""
|
|
@@ -563,16 +563,6 @@ class EnvironmentVariables:
|
|
|
563
563
|
# Whether to skip purging the web directory in dev mode.
|
|
564
564
|
REFLEX_PERSIST_WEB_DIR: EnvVar[bool] = env_var(False)
|
|
565
565
|
|
|
566
|
-
# The reflex.build frontend host.
|
|
567
|
-
REFLEX_BUILD_FRONTEND: EnvVar[str] = env_var(
|
|
568
|
-
constants.Templates.REFLEX_BUILD_FRONTEND
|
|
569
|
-
)
|
|
570
|
-
|
|
571
|
-
# The reflex.build backend host.
|
|
572
|
-
REFLEX_BUILD_BACKEND: EnvVar[str] = env_var(
|
|
573
|
-
constants.Templates.REFLEX_BUILD_BACKEND
|
|
574
|
-
)
|
|
575
|
-
|
|
576
566
|
# This env var stores the execution mode of the app
|
|
577
567
|
REFLEX_ENV_MODE: EnvVar[constants.Env] = env_var(constants.Env.DEV)
|
|
578
568
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.5a1 → reflex-0.8.5a2}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|