reflex 0.7.0a4__tar.gz → 0.7.0a5__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.7.0a4 → reflex-0.7.0a5}/PKG-INFO +1 -1
- {reflex-0.7.0a4 → reflex-0.7.0a5}/pyproject.toml +1 -1
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app.py +1 -1
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/sticky.py +4 -30
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/reflex.py +14 -7
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/path_ops.py +16 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/prerequisites.py +20 -2
- {reflex-0.7.0a4 → reflex-0.7.0a5}/LICENSE +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/README.md +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/__main__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/admin.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/app_module_for_backend.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/assets.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/compiler/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/compiler/compiler.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/compiler/templates.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/compiler/utils.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/bare.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/body.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/body.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/document.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/document.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/fragment.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/head.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/head.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/link.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/link.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/meta.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/script.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/script.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/component.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/banner.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/colors.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/cond.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/debounce.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/foreach.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/html.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/html.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/match.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/responsive.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/upload.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/dynamic.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/element.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/element.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/literals.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/moment/moment.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/base.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/image.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/image.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/link.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/link.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/video.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/next/video.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/props.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/video.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/general.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/tag.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/config.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/colors.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/compiler.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/config.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/custom_components.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/event.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/installer.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/route.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/state.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/style.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/constants/utils.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/event.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/client_state.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/hooks.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/layout.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/layout.pyi +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/experimental/misc.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/data.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/dynamic.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/proxy.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/storage.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/istate/wrappers.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/middleware/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/middleware/middleware.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/model.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/page.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/route.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/state.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/style.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/testing.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/build.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/codespaces.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/compat.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/console.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/exceptions.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/exec.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/export.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/format.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/imports.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/net.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/processes.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/redir.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/registry.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/serializers.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/telemetry.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/utils/types.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/__init__.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/base.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/datetime.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/function.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/number.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/object.py +0 -0
- {reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/vars/sequence.py +0 -0
|
@@ -1023,7 +1023,7 @@ class App(MiddlewareMixin, LifespanMixin):
|
|
|
1023
1023
|
self._validate_var_dependencies()
|
|
1024
1024
|
self._setup_overlay_component()
|
|
1025
1025
|
self._setup_error_boundary()
|
|
1026
|
-
if config.show_built_with_reflex:
|
|
1026
|
+
if is_prod_mode() and config.show_built_with_reflex:
|
|
1027
1027
|
self._setup_sticky_badge()
|
|
1028
1028
|
|
|
1029
1029
|
progress.advance(task)
|
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from reflex.components.component import ComponentNamespace
|
|
4
4
|
from reflex.components.core.colors import color
|
|
5
|
-
from reflex.components.core.cond import color_mode_cond
|
|
6
|
-
from reflex.components.core.responsive import
|
|
5
|
+
from reflex.components.core.cond import color_mode_cond
|
|
6
|
+
from reflex.components.core.responsive import desktop_only
|
|
7
7
|
from reflex.components.el.elements.inline import A
|
|
8
8
|
from reflex.components.el.elements.media import Path, Rect, Svg
|
|
9
9
|
from reflex.components.radix.themes.typography.text import Text
|
|
10
|
-
from reflex.experimental.client_state import ClientStateVar
|
|
11
10
|
from reflex.style import Style
|
|
12
|
-
from reflex.vars.base import Var, VarData
|
|
13
11
|
|
|
14
12
|
|
|
15
13
|
class StickyLogo(Svg):
|
|
@@ -87,7 +85,7 @@ class StickyBadge(A):
|
|
|
87
85
|
"""
|
|
88
86
|
return super().create(
|
|
89
87
|
StickyLogo.create(),
|
|
90
|
-
|
|
88
|
+
desktop_only(StickyLabel.create()),
|
|
91
89
|
href="https://reflex.dev",
|
|
92
90
|
target="_blank",
|
|
93
91
|
width="auto",
|
|
@@ -102,36 +100,12 @@ class StickyBadge(A):
|
|
|
102
100
|
Returns:
|
|
103
101
|
The style of the component.
|
|
104
102
|
"""
|
|
105
|
-
is_localhost_cs = ClientStateVar.create(
|
|
106
|
-
"is_localhost",
|
|
107
|
-
default=True,
|
|
108
|
-
global_ref=False,
|
|
109
|
-
)
|
|
110
|
-
localhost_hostnames = Var.create(
|
|
111
|
-
["localhost", "127.0.0.1", "[::1]"]
|
|
112
|
-
).guess_type()
|
|
113
|
-
is_localhost_expr = localhost_hostnames.contains(
|
|
114
|
-
Var("window.location.hostname", _var_type=str).guess_type(),
|
|
115
|
-
)
|
|
116
|
-
check_is_localhost = Var(
|
|
117
|
-
f"useEffect(({is_localhost_cs}) => {is_localhost_cs.set}({is_localhost_expr}), [])",
|
|
118
|
-
_var_data=VarData(
|
|
119
|
-
imports={"react": "useEffect"},
|
|
120
|
-
),
|
|
121
|
-
)
|
|
122
|
-
is_localhost = is_localhost_cs.value._replace(
|
|
123
|
-
merge_var_data=VarData.merge(
|
|
124
|
-
check_is_localhost._get_all_var_data(),
|
|
125
|
-
VarData(hooks={str(check_is_localhost): None}),
|
|
126
|
-
),
|
|
127
|
-
)
|
|
128
103
|
return Style(
|
|
129
104
|
{
|
|
130
105
|
"position": "fixed",
|
|
131
106
|
"bottom": "1rem",
|
|
132
107
|
"right": "1rem",
|
|
133
|
-
|
|
134
|
-
"display": cond(is_localhost, "none", "flex"),
|
|
108
|
+
"display": "flex",
|
|
135
109
|
"flex-direction": "row",
|
|
136
110
|
"gap": "0.375rem",
|
|
137
111
|
"align-items": "center",
|
|
@@ -145,10 +145,7 @@ def _run(
|
|
|
145
145
|
exec.output_system_info()
|
|
146
146
|
|
|
147
147
|
# If no --frontend-only and no --backend-only, then turn on frontend and backend both
|
|
148
|
-
|
|
149
|
-
frontend = True
|
|
150
|
-
backend = True
|
|
151
|
-
|
|
148
|
+
frontend, backend = prerequisites.check_running_mode(frontend, backend)
|
|
152
149
|
if not frontend and backend:
|
|
153
150
|
_skip_compile()
|
|
154
151
|
|
|
@@ -306,10 +303,18 @@ def export(
|
|
|
306
303
|
True, "--no-zip", help="Disable zip for backend and frontend exports."
|
|
307
304
|
),
|
|
308
305
|
frontend: bool = typer.Option(
|
|
309
|
-
|
|
306
|
+
False,
|
|
307
|
+
"--frontend-only",
|
|
308
|
+
help="Export only frontend.",
|
|
309
|
+
show_default=False,
|
|
310
|
+
envvar=environment.REFLEX_FRONTEND_ONLY.name,
|
|
310
311
|
),
|
|
311
312
|
backend: bool = typer.Option(
|
|
312
|
-
|
|
313
|
+
False,
|
|
314
|
+
"--backend-only",
|
|
315
|
+
help="Export only backend.",
|
|
316
|
+
show_default=False,
|
|
317
|
+
envvar=environment.REFLEX_BACKEND_ONLY.name,
|
|
313
318
|
),
|
|
314
319
|
zip_dest_dir: str = typer.Option(
|
|
315
320
|
str(Path.cwd()),
|
|
@@ -332,7 +337,9 @@ def export(
|
|
|
332
337
|
from reflex.utils import export as export_utils
|
|
333
338
|
from reflex.utils import prerequisites
|
|
334
339
|
|
|
335
|
-
|
|
340
|
+
frontend, backend = prerequisites.check_running_mode(frontend, backend)
|
|
341
|
+
|
|
342
|
+
if prerequisites.needs_reinit(frontend=frontend or not backend):
|
|
336
343
|
_init(name=config.app_name, loglevel=loglevel)
|
|
337
344
|
|
|
338
345
|
if frontend and not config.show_built_with_reflex:
|
|
@@ -247,6 +247,22 @@ def find_replace(directory: str | Path, find: str, replace: str):
|
|
|
247
247
|
filepath.write_text(text, encoding="utf-8")
|
|
248
248
|
|
|
249
249
|
|
|
250
|
+
def samefile(file1: Path, file2: Path) -> bool:
|
|
251
|
+
"""Check if two files are the same.
|
|
252
|
+
|
|
253
|
+
Args:
|
|
254
|
+
file1: The first file.
|
|
255
|
+
file2: The second file.
|
|
256
|
+
|
|
257
|
+
Returns:
|
|
258
|
+
Whether the files are the same. If either file does not exist, returns False.
|
|
259
|
+
"""
|
|
260
|
+
if file1.exists() and file2.exists():
|
|
261
|
+
return file1.samefile(file2)
|
|
262
|
+
|
|
263
|
+
return False
|
|
264
|
+
|
|
265
|
+
|
|
250
266
|
def update_directory_tree(src: Path, dest: Path):
|
|
251
267
|
"""Recursively copies a directory tree from src to dest.
|
|
252
268
|
Only copies files if the destination file is missing or modified earlier than the source file.
|
|
@@ -1225,6 +1225,21 @@ def install_frontend_packages(packages: set[str], config: Config):
|
|
|
1225
1225
|
)
|
|
1226
1226
|
|
|
1227
1227
|
|
|
1228
|
+
def check_running_mode(frontend: bool, backend: bool) -> tuple[bool, bool]:
|
|
1229
|
+
"""Check if the app is running in frontend or backend mode.
|
|
1230
|
+
|
|
1231
|
+
Args:
|
|
1232
|
+
frontend: Whether to run the frontend of the app.
|
|
1233
|
+
backend: Whether to run the backend of the app.
|
|
1234
|
+
|
|
1235
|
+
Returns:
|
|
1236
|
+
The running modes.
|
|
1237
|
+
"""
|
|
1238
|
+
if not frontend and not backend:
|
|
1239
|
+
return True, True
|
|
1240
|
+
return frontend, backend
|
|
1241
|
+
|
|
1242
|
+
|
|
1228
1243
|
def needs_reinit(frontend: bool = True) -> bool:
|
|
1229
1244
|
"""Check if an app needs to be reinitialized.
|
|
1230
1245
|
|
|
@@ -1293,10 +1308,13 @@ def validate_bun():
|
|
|
1293
1308
|
"""
|
|
1294
1309
|
bun_path = path_ops.get_bun_path()
|
|
1295
1310
|
|
|
1296
|
-
if bun_path
|
|
1311
|
+
if bun_path is None:
|
|
1312
|
+
return
|
|
1313
|
+
|
|
1314
|
+
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
|
|
1297
1315
|
console.info(f"Using custom Bun path: {bun_path}")
|
|
1298
1316
|
bun_version = get_bun_version()
|
|
1299
|
-
if
|
|
1317
|
+
if bun_version is None:
|
|
1300
1318
|
console.error(
|
|
1301
1319
|
"Failed to obtain bun version. Make sure the specified bun path in your config is correct."
|
|
1302
1320
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/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.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.0a4 → reflex-0.7.0a5}/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
|
|
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
|